Color Hex Logo

#4cccbd Color Hex

#4CCCBD
(76,204,189)
0 Favorites   0 Comments

Color spaces of #4cccbd

RGB 76204189
HSL0.480.560.55
HSV173°63°80°
CMYK 0.630.000.07   0.20
XYZ33.758748.396455.7063
Yxy48.39640.24490.3511
Hunter Lab69.5675-35.12331.2207
CIE-Lab75.0743-38.4670-2.9354

#4cccbd color RGB value is (76,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 10111101
Octal 114 314 275
Decimal 76 204 189
Hex 4C CC BD

RGB Percentages of Color #4cccbd

%16.20
%43.50
%40.30

CMYK Percentages of Color #4cccbd

%63
%0
%7
%20

Triadic Colors of #4cccbd

#4cccbd #bd4ccc #ccbd4c

Analogous Colors of #4cccbd

#4cccbd #4c9bcc #4ccc7d

Monochromatic Colors of #4cccbd

#4cccbd

Complementary Color

#4cccbd #cc4c5b

#4cccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccbd Color CSS Codes

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

#4cccbd Text Font Color

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

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


#4cccbd Background Color

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

This div background color is #4cccbd


#4cccbd Border Color

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

This div border color is #4cccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccbd


Comments

No comments written yet.

Please login to write comment.