Color Hex Logo

#4cafcb Color Hex

#4CAFCB
(76,175,203)
0 Favorites   0 Comments

Color spaces of #4cafcb

RGB 76175203
HSL0.540.550.55
HSV193°63°80°
CMYK 0.630.140.00   0.20
XYZ29.090036.508262.0135
Yxy36.50820.22800.2861
Hunter Lab60.4220-19.8002-18.5563
CIE-Lab66.9064-20.4003-22.8404

#4cafcb color RGB value is (76,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11001011
Octal 114 257 313
Decimal 76 175 203
Hex 4C AF CB

RGB Percentages of Color #4cafcb

%16.74
%38.55
%44.71

CMYK Percentages of Color #4cafcb

%63
%14
%0
%20

Triadic Colors of #4cafcb

#4cafcb #cb4caf #afcb4c

Analogous Colors of #4cafcb

#4cafcb #4c70cb #4ccba8

Monochromatic Colors of #4cafcb

#4cafcb

Complementary Color

#4cafcb #cb684c

#4cafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafcb Color CSS Codes

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

#4cafcb Text Font Color

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

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


#4cafcb Background Color

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

This div background color is #4cafcb


#4cafcb Border Color

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

This div border color is #4cafcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,175,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafcb


Comments

No comments written yet.

Please login to write comment.