Color Hex Logo

#4ccbca Color Hex

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

Color spaces of #4ccbca

RGB 76203202
HSL0.500.550.55
HSV180°63°80°
CMYK 0.630.000.00   0.20
XYZ34.997148.512663.3965
Yxy48.51260.23820.3302
Hunter Lab69.6510-32.1994-5.2102
CIE-Lab75.1471-34.5030-9.8557

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

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

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

Base Numbers

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

RGB Percentages of Color #4ccbca

%15.80
%42.20
%42.00

CMYK Percentages of Color #4ccbca

%63
%0
%0
%20

Triadic Colors of #4ccbca

#4ccbca #ca4ccb #cbca4c

Analogous Colors of #4ccbca

#4ccbca #4c8dcb #4ccb8b

Monochromatic Colors of #4ccbca

#4ccbca

Complementary Color

#4ccbca #cb4c4d

#4ccbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbca Color CSS Codes

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

#4ccbca Text Font Color

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

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


#4ccbca Background Color

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

This div background color is #4ccbca


#4ccbca Border Color

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

This div border color is #4ccbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbca


Comments

No comments written yet.

Please login to write comment.