Color Hex Logo

#4deebd Color Hex

#4DEEBD
(77,238,189)
0 Favorites   0 Comments

Color spaces of #4deebd

RGB 77238189
HSL0.450.830.62
HSV162°68°93°
CMYK 0.680.000.21   0.07
XYZ42.820466.401058.7039
Yxy66.40100.25500.3954
Hunter Lab81.4868-48.802214.3277
CIE-Lab85.2005-52.907511.7045

#4deebd color RGB value is (77,238,189).

#4deebd hex color red value is 77, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4deebd hue: 0.45 , saturation: 0.83 and the lightness value of 4deebd is 0.62.

The process color (four color CMYK) of #4deebd color hex is 0.68, 0.00, 0.21, 0.07. Web safe color of #4deebd is #66ffcc. Color #4deebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 10111101
Octal 115 356 275
Decimal 77 238 189
Hex 4D EE BD

RGB Percentages of Color #4deebd

%15.28
%47.22
%37.50

CMYK Percentages of Color #4deebd

%68
%0
%21
%7

Triadic Colors of #4deebd

#4deebd #bd4dee #eebd4d

Analogous Colors of #4deebd

#4deebd #4dcfee #4dee6d

Monochromatic Colors of #4deebd

#4deebd

Complementary Color

#4deebd #ee4d7e

#4deebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deebd Color CSS Codes

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

#4deebd Text Font Color

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

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


#4deebd Background Color

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

This div background color is #4deebd


#4deebd Border Color

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

This div border color is #4deebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deebd


Comments

No comments written yet.

Please login to write comment.