Color Hex Logo

#4ccacb Color Hex

#4CCACB
(76,202,203)
0 Favorites   0 Comments

Color spaces of #4ccacb

RGB 76202203
HSL0.500.550.55
HSV180°63°80°
CMYK 0.630.000.00   0.20
XYZ34.880548.089463.9437
Yxy48.08940.23740.3273
Hunter Lab69.3465-31.5730-6.1281
CIE-Lab74.8813-33.7557-10.7931

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001010 11001011
Octal 114 312 313
Decimal 76 202 203
Hex 4C CA CB

RGB Percentages of Color #4ccacb

%15.80
%42.00
%42.20

CMYK Percentages of Color #4ccacb

%63
%0
%0
%20

Triadic Colors of #4ccacb

#4ccacb #cb4cca #cacb4c

Analogous Colors of #4ccacb

#4ccacb #4c8bcb #4ccb8d

Monochromatic Colors of #4ccacb

#4ccacb

Complementary Color

#4ccacb #cb4d4c

#4ccacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccacb Color CSS Codes

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

#4ccacb Text Font Color

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

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


#4ccacb Background Color

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

This div background color is #4ccacb


#4ccacb Border Color

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

This div border color is #4ccacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccacb


Comments

No comments written yet.

Please login to write comment.