Color Hex Logo

#4cafcf Color Hex

#4CAFCF
(76,175,207)
0 Favorites   0 Comments

Color spaces of #4cafcf

RGB 76175207
HSL0.540.580.55
HSV195°63°81°
CMYK 0.630.150.00   0.19
XYZ29.572936.701464.5569
Yxy36.70140.22600.2805
Hunter Lab60.5817-18.8833-20.7733
CIE-Lab67.0524-19.1753-24.8249

#4cafcf color RGB value is (76,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11001111
Octal 114 257 317
Decimal 76 175 207
Hex 4C AF CF

RGB Percentages of Color #4cafcf

%16.59
%38.21
%45.20

CMYK Percentages of Color #4cafcf

%63
%15
%0
%19

Triadic Colors of #4cafcf

#4cafcf #cf4caf #afcf4c

Analogous Colors of #4cafcf

#4cafcf #4c6ecf #4ccfae

Monochromatic Colors of #4cafcf

#4cafcf

Complementary Color

#4cafcf #cf6c4c

#4cafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafcf Color CSS Codes

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

#4cafcf Text Font Color

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

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


#4cafcf Background Color

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

This div background color is #4cafcf


#4cafcf Border Color

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

This div border color is #4cafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafcf


Comments

No comments written yet.

Please login to write comment.