Color Hex Logo

#4deed5 Color Hex

#4DEED5
(77,238,213)
0 Favorites   0 Comments

Color spaces of #4deed5

RGB 77238213
HSL0.470.830.62
HSV171°68°93°
CMYK 0.680.000.11   0.07
XYZ45.645367.530973.5798
Yxy67.53090.24440.3616
Hunter Lab82.1772-44.66234.4370
CIE-Lab85.7713-47.1178-0.0399

#4deed5 color RGB value is (77,238,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101110 11010101
Octal 115 356 325
Decimal 77 238 213
Hex 4D EE D5

RGB Percentages of Color #4deed5

%14.58
%45.08
%40.34

CMYK Percentages of Color #4deed5

%68
%0
%11
%7

Triadic Colors of #4deed5

#4deed5 #d54dee #eed54d

Analogous Colors of #4deed5

#4deed5 #4db7ee #4dee85

Monochromatic Colors of #4deed5

#4deed5

Complementary Color

#4deed5 #ee4d66

#4deed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deed5 Color CSS Codes

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

#4deed5 Text Font Color

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

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


#4deed5 Background Color

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

This div background color is #4deed5


#4deed5 Border Color

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

This div border color is #4deed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deed5


Comments

No comments written yet.

Please login to write comment.