Color Hex Logo

#4db0ad Color Hex

#4DB0AD
(77,176,173)
0 Favorites   0 Comments

Color spaces of #4db0ad

RGB 77176173
HSL0.490.390.50
HSV178°56°69°
CMYK 0.560.000.02   0.31
XYZ26.128735.645645.0383
Yxy35.64560.24460.3337
Hunter Lab59.7039-26.3635-2.9333
CIE-Lab66.2482-29.4087-7.2102

#4db0ad color RGB value is (77,176,173).

#4db0ad hex color red value is 77, green value is 176 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4db0ad hue: 0.49 , saturation: 0.39 and the lightness value of 4db0ad is 0.50.

The process color (four color CMYK) of #4db0ad color hex is 0.56, 0.00, 0.02, 0.31. Web safe color of #4db0ad is #669999. Color #4db0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10110000 10101101
Octal 115 260 255
Decimal 77 176 173
Hex 4D B0 AD

RGB Percentages of Color #4db0ad

%18.08
%41.31
%40.61

CMYK Percentages of Color #4db0ad

%56
%0
%2
%31

Triadic Colors of #4db0ad

#4db0ad #ad4db0 #b0ad4d

Analogous Colors of #4db0ad

#4db0ad #4d82b0 #4db07c

Monochromatic Colors of #4db0ad

#4db0ad

Complementary Color

#4db0ad #b04d50

#4db0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4db0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4db0ad Color CSS Codes

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

#4db0ad Text Font Color

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

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


#4db0ad Background Color

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

This div background color is #4db0ad


#4db0ad Border Color

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

This div border color is #4db0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4db0ad


Comments

No comments written yet.

Please login to write comment.