Color Hex Logo

#4ccbcb Color Hex

#4CCBCB
(76,203,203)
0 Favorites   0 Comments

Color spaces of #4ccbcb

RGB 76203203
HSL0.500.550.55
HSV180°63°80°
CMYK 0.630.000.00   0.20
XYZ35.115948.560264.0222
Yxy48.56020.23780.3288
Hunter Lab69.6851-31.9989-5.6922
CIE-Lab75.1769-34.2264-10.3520

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11001011
Octal 114 313 313
Decimal 76 203 203
Hex 4C CB CB

RGB Percentages of Color #4ccbcb

%15.77
%42.12
%42.12

CMYK Percentages of Color #4ccbcb

%63
%0
%0
%20

Triadic Colors of #4ccbcb

#4ccbcb #cb4ccb #cbcb4c

Analogous Colors of #4ccbcb

#4ccbcb #4c8ccb #4ccb8c

Monochromatic Colors of #4ccbcb

#4ccbcb

Complementary Color

#4ccbcb #cb4c4c

#4ccbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbcb Color CSS Codes

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

#4ccbcb Text Font Color

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

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


#4ccbcb Background Color

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

This div background color is #4ccbcb


#4ccbcb Border Color

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

This div border color is #4ccbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbcb


Comments

No comments written yet.

Please login to write comment.