Color Hex Logo

#4deadd Color Hex

#4DEADD
(77,234,221)
0 Favorites   0 Comments

Color spaces of #4deadd

RGB 77234221
HSL0.490.790.61
HSV175°67°92°
CMYK 0.670.000.06   0.08
XYZ45.534565.643978.6772
Yxy65.64390.23980.3458
Hunter Lab81.0209-41.4680-0.8602
CIE-Lab84.8144-43.3103-5.6524

#4deadd color RGB value is (77,234,221).

#4deadd hex color red value is 77, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4deadd hue: 0.49 , saturation: 0.79 and the lightness value of 4deadd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 11011101
Octal 115 352 335
Decimal 77 234 221
Hex 4D EA DD

RGB Percentages of Color #4deadd

%14.47
%43.98
%41.54

CMYK Percentages of Color #4deadd

%67
%0
%6
%8

Triadic Colors of #4deadd

#4deadd #dd4dea #eadd4d

Analogous Colors of #4deadd

#4deadd #4da9ea #4dea8f

Monochromatic Colors of #4deadd

#4deadd

Complementary Color

#4deadd #ea4d5a

#4deadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deadd Color CSS Codes

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

#4deadd Text Font Color

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

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


#4deadd Background Color

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

This div background color is #4deadd


#4deadd Border Color

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

This div border color is #4deadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,234,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 #4deadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deadd


Comments

No comments written yet.

Please login to write comment.