Color Hex Logo

#4abfcf Color Hex

#4ABFCF
(74,191,207)
0 Favorites   0 Comments

Color spaces of #4abfcf

RGB 74191207
HSL0.520.580.55
HSV187°64°81°
CMYK 0.640.080.00   0.19
XYZ32.717343.222465.6499
Yxy43.22240.23110.3053
Hunter Lab65.7437-26.2212-13.1847
CIE-Lab71.7057-27.6264-17.7449

#4abfcf color RGB value is (74,191,207).

#4abfcf hex color red value is 74, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4abfcf hue: 0.52 , saturation: 0.58 and the lightness value of 4abfcf is 0.55.

The process color (four color CMYK) of #4abfcf color hex is 0.64, 0.08, 0.00, 0.19. Web safe color of #4abfcf is #33cccc. Color #4abfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11001111
Octal 112 277 317
Decimal 74 191 207
Hex 4A BF CF

RGB Percentages of Color #4abfcf

%15.68
%40.47
%43.86

CMYK Percentages of Color #4abfcf

%64
%8
%0
%19

Triadic Colors of #4abfcf

#4abfcf #cf4abf #bfcf4a

Analogous Colors of #4abfcf

#4abfcf #4a7dcf #4acf9d

Monochromatic Colors of #4abfcf

#4abfcf

Complementary Color

#4abfcf #cf5a4a

#4abfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abfcf Color CSS Codes

.mybgcolor {background-color:#4abfcf; } 
.myforecolor {color:#4abfcf; }
.mybordercolor {border:3px solid #4abfcf; }

#4abfcf Text Font Color

<p style="color:#4abfcf">Text here</p>

This sample text font color is #4abfcf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4abfcf Background Color

<div style="background-color:#4abfcf">
Div content here</div>

This div background color is #4abfcf


#4abfcf Border Color

<div style="border:3px solid #4abfcf">
Div here</div>

This div border color is #4abfcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,191,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4abfcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4abfcf;
  -webkit-box-shadow: 1px 1px 3px 2px #4abfcf;
  box-shadow:         1px 1px 3px 2px #4abfcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,191,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4abfcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4abfcf;
  -webkit-box-shadow: 1px 1px 3px 2px #4abfcf;
  box-shadow:         1px 1px 3px 2px #4abfcf;">
Div content here</div>

This div box has shadow with color #4abfcf


Comments

No comments written yet.

Please login to write comment.