Color Hex Logo

#4ccbc0 Color Hex

#4CCBC0
(76,203,192)
0 Favorites   0 Comments

Color spaces of #4ccbc0

RGB 76203192
HSL0.490.550.55
HSV175°63°80°
CMYK 0.630.000.05   0.20
XYZ33.850948.054157.3604
Yxy48.05410.24310.3451
Hunter Lab69.3211-34.1466-0.5354
CIE-Lab74.8590-37.2173-4.8743

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 11000000
Octal 114 313 300
Decimal 76 203 192
Hex 4C CB C0

RGB Percentages of Color #4ccbc0

%16.14
%43.10
%40.76

CMYK Percentages of Color #4ccbc0

%63
%0
%5
%20

Triadic Colors of #4ccbc0

#4ccbc0 #c04ccb #cbc04c

Analogous Colors of #4ccbc0

#4ccbc0 #4c97cb #4ccb81

Monochromatic Colors of #4ccbc0

#4ccbc0

Complementary Color

#4ccbc0 #cb4c57

#4ccbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccbc0 Color CSS Codes

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

#4ccbc0 Text Font Color

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

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


#4ccbc0 Background Color

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

This div background color is #4ccbc0


#4ccbc0 Border Color

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

This div border color is #4ccbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccbc0


Comments

No comments written yet.

Please login to write comment.