Color Hex Logo

#4deedf Color Hex

#4DEEDF
(77,238,223)
0 Favorites   0 Comments

Color spaces of #4deedf

RGB 77238223
HSL0.480.830.62
HSV174°68°93°
CMYK 0.680.000.06   0.07
XYZ46.954468.054680.4731
Yxy68.05460.24020.3481
Hunter Lab82.4952-42.7685-0.0900
CIE-Lab86.0337-44.5408-4.9055

#4deedf color RGB value is (77,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 11011111
Octal 115 356 337
Decimal 77 238 223
Hex 4D EE DF

RGB Percentages of Color #4deedf

%14.31
%44.24
%41.45

CMYK Percentages of Color #4deedf

%68
%0
%6
%7

Triadic Colors of #4deedf

#4deedf #df4dee #eedf4d

Analogous Colors of #4deedf

#4deedf #4dadee #4dee8f

Monochromatic Colors of #4deedf

#4deedf

Complementary Color

#4deedf #ee4d5c

#4deedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deedf Color CSS Codes

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

#4deedf Text Font Color

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

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


#4deedf Background Color

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

This div background color is #4deedf


#4deedf Border Color

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

This div border color is #4deedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deedf


Comments

No comments written yet.

Please login to write comment.