Color Hex Logo

#4de8bf Color Hex

#4DE8BF
(77,232,191)
0 Favorites   0 Comments

Color spaces of #4de8bf

RGB 77232191
HSL0.460.770.61
HSV164°67°91°
CMYK 0.670.000.18   0.09
XYZ41.321263.052659.2827
Yxy63.05260.25250.3853
Hunter Lab79.4057-46.071911.3192
CIE-Lab83.4700-49.97508.1876

#4de8bf color RGB value is (77,232,191).

#4de8bf hex color red value is 77, green value is 232 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4de8bf hue: 0.46 , saturation: 0.77 and the lightness value of 4de8bf is 0.61.

The process color (four color CMYK) of #4de8bf color hex is 0.67, 0.00, 0.18, 0.09. Web safe color of #4de8bf is #66ffcc. Color #4de8bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101000 10111111
Octal 115 350 277
Decimal 77 232 191
Hex 4D E8 BF

RGB Percentages of Color #4de8bf

%15.40
%46.40
%38.20

CMYK Percentages of Color #4de8bf

%67
%0
%18
%9

Triadic Colors of #4de8bf

#4de8bf #bf4de8 #e8bf4d

Analogous Colors of #4de8bf

#4de8bf #4dc4e8 #4de872

Monochromatic Colors of #4de8bf

#4de8bf

Complementary Color

#4de8bf #e84d76

#4de8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4de8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4de8bf Color CSS Codes

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

#4de8bf Text Font Color

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

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


#4de8bf Background Color

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

This div background color is #4de8bf


#4de8bf Border Color

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

This div border color is #4de8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4de8bf


Comments

No comments written yet.

Please login to write comment.