Color Hex Logo

#4ed1de Color Hex

#4ED1DE
(78,209,222)
0 Favorites   0 Comments

Color spaces of #4ed1de

RGB 78209222
HSL0.520.690.59
HSV185°65°87°
CMYK 0.650.060.00   0.13
XYZ39.127252.494677.1775
Yxy52.49460.23180.3110
Hunter Lab72.4532-30.3969-12.4388
CIE-Lab77.5757-31.3943-16.9855

#4ed1de color RGB value is (78,209,222).

#4ed1de hex color red value is 78, green value is 209 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4ed1de hue: 0.52 , saturation: 0.69 and the lightness value of 4ed1de is 0.59.

The process color (four color CMYK) of #4ed1de color hex is 0.65, 0.06, 0.00, 0.13. Web safe color of #4ed1de is #66cccc. Color #4ed1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010001 11011110
Octal 116 321 336
Decimal 78 209 222
Hex 4E D1 DE

RGB Percentages of Color #4ed1de

%15.32
%41.06
%43.61

CMYK Percentages of Color #4ed1de

%65
%6
%0
%13

Triadic Colors of #4ed1de

#4ed1de #de4ed1 #d1de4e

Analogous Colors of #4ed1de

#4ed1de #4e89de #4edea3

Monochromatic Colors of #4ed1de

#4ed1de

Complementary Color

#4ed1de #de5b4e

#4ed1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed1de Color CSS Codes

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

#4ed1de Text Font Color

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

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


#4ed1de Background Color

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

This div background color is #4ed1de


#4ed1de Border Color

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

This div border color is #4ed1de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,209,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ed1de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ed1de;
  -webkit-box-shadow: 1px 1px 3px 2px #4ed1de;
  box-shadow:         1px 1px 3px 2px #4ed1de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,209,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed1de


Comments

No comments written yet.

Please login to write comment.