Color Hex Logo

#4cabcf Color Hex

#4CABCF
(76,171,207)
0 Favorites   0 Comments

Color spaces of #4cabcf

RGB 76171207
HSL0.550.580.55
HSV196°63°81°
CMYK 0.630.170.00   0.19
XYZ28.805935.167364.3012
Yxy35.16730.22460.2742
Hunter Lab59.3020-17.0723-22.7767
CIE-Lab65.8787-17.0711-26.6263

#4cabcf color RGB value is (76,171,207).

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

The process color (four color CMYK) of #4cabcf color hex is 0.63, 0.17, 0.00, 0.19. Web safe color of #4cabcf is #3399cc. Color #4cabcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11001111
Octal 114 253 317
Decimal 76 171 207
Hex 4C AB CF

RGB Percentages of Color #4cabcf

%16.74
%37.67
%45.59

CMYK Percentages of Color #4cabcf

%63
%17
%0
%19

Triadic Colors of #4cabcf

#4cabcf #cf4cab #abcf4c

Analogous Colors of #4cabcf

#4cabcf #4c6acf #4ccfb2

Monochromatic Colors of #4cabcf

#4cabcf

Complementary Color

#4cabcf #cf704c

#4cabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabcf Color CSS Codes

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

#4cabcf Text Font Color

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

This sample text font color is #4cabcf
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.


#4cabcf Background Color

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

This div background color is #4cabcf


#4cabcf Border Color

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

This div border color is #4cabcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,171,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 #4cabcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabcf


Comments

No comments written yet.

Please login to write comment.