Color Hex Logo

#4deedd Color Hex

#4DEEDD
(77,238,221)
0 Favorites   0 Comments

Color spaces of #4deedd

RGB 77238221
HSL0.480.830.62
HSV174°68°93°
CMYK 0.680.000.07   0.07
XYZ46.686267.947379.0611
Yxy67.94730.24100.3508
Hunter Lab82.4302-43.15520.8344
CIE-Lab85.9801-45.0636-3.9341

#4deedd color RGB value is (77,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 11011101
Octal 115 356 335
Decimal 77 238 221
Hex 4D EE DD

RGB Percentages of Color #4deedd

%14.37
%44.40
%41.23

CMYK Percentages of Color #4deedd

%68
%0
%7
%7

Triadic Colors of #4deedd

#4deedd #dd4dee #eedd4d

Analogous Colors of #4deedd

#4deedd #4dafee #4dee8d

Monochromatic Colors of #4deedd

#4deedd

Complementary Color

#4deedd #ee4d5e

#4deedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deedd Color CSS Codes

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

#4deedd Text Font Color

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

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


#4deedd Background Color

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

This div background color is #4deedd


#4deedd Border Color

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

This div border color is #4deedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deedd


Comments

No comments written yet.

Please login to write comment.