Color Hex Logo

#4cbbb9 Color Hex

#4CBBB9
(76,187,185)
0 Favorites   0 Comments

Color spaces of #4cbbb9

RGB 76187185
HSL0.500.450.52
HSV179°59°73°
CMYK 0.590.000.01   0.27
XYZ29.507840.579952.1764
Yxy40.57990.24130.3319
Hunter Lab63.7024-28.7955-3.9707
CIE-Lab69.8806-31.6145-8.4374

#4cbbb9 color RGB value is (76,187,185).

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

The process color (four color CMYK) of #4cbbb9 color hex is 0.59, 0.00, 0.01, 0.27. Web safe color of #4cbbb9 is #33cccc. Color #4cbbb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111011 10111001
Octal 114 273 271
Decimal 76 187 185
Hex 4C BB B9

RGB Percentages of Color #4cbbb9

%16.96
%41.74
%41.29

CMYK Percentages of Color #4cbbb9

%59
%0
%1
%27

Triadic Colors of #4cbbb9

#4cbbb9 #b94cbb #bbb94c

Analogous Colors of #4cbbb9

#4cbbb9 #4c86bb #4cbb82

Monochromatic Colors of #4cbbb9

#4cbbb9

Complementary Color

#4cbbb9 #bb4c4e

#4cbbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbbb9 Color CSS Codes

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

#4cbbb9 Text Font Color

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

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


#4cbbb9 Background Color

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

This div background color is #4cbbb9


#4cbbb9 Border Color

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

This div border color is #4cbbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbbb9


Comments

No comments written yet.

Please login to write comment.