Color Hex Logo

#4db07e Color Hex

#4DB07E
(77,176,126)
0 Favorites   0 Comments

Color spaces of #4db07e

RGB 77176126
HSL0.420.390.50
HSV150°56°69°
CMYK 0.560.000.28   0.31
XYZ22.351834.134825.1493
Yxy34.13480.27380.4181
Hunter Lab58.4250-33.954515.3759
CIE-Lab65.0694-40.814417.0634

#4db07e color RGB value is (77,176,126).

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

The process color (four color CMYK) of #4db07e color hex is 0.56, 0.00, 0.28, 0.31. Web safe color of #4db07e is #669966. Color #4db07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10110000 01111110
Octal 115 260 176
Decimal 77 176 126
Hex 4D B0 7E

RGB Percentages of Color #4db07e

%20.32
%46.44
%33.25

CMYK Percentages of Color #4db07e

%56
%0
%28
%31

Triadic Colors of #4db07e

#4db07e #7e4db0 #b07e4d

Analogous Colors of #4db07e

#4db07e #4db0b0 #4eb04d

Monochromatic Colors of #4db07e

#4db07e

Complementary Color

#4db07e #b04d7f

#4db07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4db07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4db07e Color CSS Codes

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

#4db07e Text Font Color

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

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


#4db07e Background Color

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

This div background color is #4db07e


#4db07e Border Color

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

This div border color is #4db07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4db07e


Comments

No comments written yet.

Please login to write comment.