Color Hex Logo

#4cbfcb Color Hex

#4CBFCB
(76,191,203)
0 Favorites   0 Comments

Color spaces of #4cbfcb

RGB 76191203
HSL0.520.550.55
HSV186°63°80°
CMYK 0.630.060.00   0.20
XYZ32.390843.109963.1138
Yxy43.10990.23370.3110
Hunter Lab65.6581-26.8432-11.0318
CIE-Lab71.6295-28.4676-15.6719

#4cbfcb color RGB value is (76,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 11001011
Octal 114 277 313
Decimal 76 191 203
Hex 4C BF CB

RGB Percentages of Color #4cbfcb

%16.17
%40.64
%43.19

CMYK Percentages of Color #4cbfcb

%63
%6
%0
%20

Triadic Colors of #4cbfcb

#4cbfcb #cb4cbf #bfcb4c

Analogous Colors of #4cbfcb

#4cbfcb #4c80cb #4ccb98

Monochromatic Colors of #4cbfcb

#4cbfcb

Complementary Color

#4cbfcb #cb584c

#4cbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfcb Color CSS Codes

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

#4cbfcb Text Font Color

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

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


#4cbfcb Background Color

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

This div background color is #4cbfcb


#4cbfcb Border Color

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

This div border color is #4cbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfcb


Comments

No comments written yet.

Please login to write comment.