Color Hex Logo

#4cbdb9 Color Hex

#4CBDB9
(76,189,185)
0 Favorites   0 Comments

Color spaces of #4cbdb9

RGB 76189185
HSL0.490.460.52
HSV178°60°74°
CMYK 0.600.000.02   0.26
XYZ29.935041.434552.3189
Yxy41.43450.24200.3350
Hunter Lab64.3696-29.6357-3.1315
CIE-Lab70.4793-32.5691-7.5475

#4cbdb9 color RGB value is (76,189,185).

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

The process color (four color CMYK) of #4cbdb9 color hex is 0.60, 0.00, 0.02, 0.26. Web safe color of #4cbdb9 is #33cccc. Color #4cbdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 10111001
Octal 114 275 271
Decimal 76 189 185
Hex 4C BD B9

RGB Percentages of Color #4cbdb9

%16.89
%42.00
%41.11

CMYK Percentages of Color #4cbdb9

%60
%0
%2
%26

Triadic Colors of #4cbdb9

#4cbdb9 #b94cbd #bdb94c

Analogous Colors of #4cbdb9

#4cbdb9 #4c89bd #4cbd81

Monochromatic Colors of #4cbdb9

#4cbdb9

Complementary Color

#4cbdb9 #bd4c50

#4cbdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdb9 Color CSS Codes

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

#4cbdb9 Text Font Color

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

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


#4cbdb9 Background Color

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

This div background color is #4cbdb9


#4cbdb9 Border Color

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

This div border color is #4cbdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdb9


Comments

No comments written yet.

Please login to write comment.