Color Hex Logo

#4cbdb0 Color Hex

#4CBDB0
(76,189,176)
0 Favorites   0 Comments

Color spaces of #4cbdb0

RGB 76189176
HSL0.480.460.52
HSV173°60°74°
CMYK 0.600.000.07   0.26
XYZ29.014641.066347.4717
Yxy41.06630.24680.3493
Hunter Lab64.0830-31.32650.9370
CIE-Lab70.2223-34.9845-2.9951

#4cbdb0 color RGB value is (76,189,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111101 10110000
Octal 114 275 260
Decimal 76 189 176
Hex 4C BD B0

RGB Percentages of Color #4cbdb0

%17.23
%42.86
%39.91

CMYK Percentages of Color #4cbdb0

%60
%0
%7
%26

Triadic Colors of #4cbdb0

#4cbdb0 #b04cbd #bdb04c

Analogous Colors of #4cbdb0

#4cbdb0 #4c92bd #4cbd78

Monochromatic Colors of #4cbdb0

#4cbdb0

Complementary Color

#4cbdb0 #bd4c59

#4cbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbdb0 Color CSS Codes

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

#4cbdb0 Text Font Color

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

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


#4cbdb0 Background Color

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

This div background color is #4cbdb0


#4cbdb0 Border Color

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

This div border color is #4cbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbdb0


Comments

No comments written yet.

Please login to write comment.