Color Hex Logo

#4cbbcb Color Hex

#4CBBCB
(76,187,203)
0 Favorites   0 Comments

Color spaces of #4cbbcb

RGB 76187203
HSL0.520.550.55
HSV188°63°80°
CMYK 0.630.080.00   0.20
XYZ31.530341.388962.8270
Yxy41.38890.23230.3049
Hunter Lab64.3342-25.1017-12.8670
CIE-Lab70.4475-26.4935-17.4568

#4cbbcb color RGB value is (76,187,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111011 11001011
Octal 114 273 313
Decimal 76 187 203
Hex 4C BB CB

RGB Percentages of Color #4cbbcb

%16.31
%40.13
%43.56

CMYK Percentages of Color #4cbbcb

%63
%8
%0
%20

Triadic Colors of #4cbbcb

#4cbbcb #cb4cbb #bbcb4c

Analogous Colors of #4cbbcb

#4cbbcb #4c7ccb #4ccb9c

Monochromatic Colors of #4cbbcb

#4cbbcb

Complementary Color

#4cbbcb #cb5c4c

#4cbbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbbcb Color CSS Codes

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

#4cbbcb Text Font Color

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

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


#4cbbcb Background Color

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

This div background color is #4cbbcb


#4cbbcb Border Color

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

This div border color is #4cbbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbbcb


Comments

No comments written yet.

Please login to write comment.