Color Hex Logo

#5edeed Color Hex

#5EDEED
(94,222,237)
0 Favorites   0 Comments

Color spaces of #5edeed

RGB 94222237
HSL0.520.800.65
HSV186°60°93°
CMYK 0.600.060.00   0.07
XYZ46.023460.736789.4184
Yxy60.73670.23460.3096
Hunter Lab77.9338-30.9718-13.4736
CIE-Lab82.2370-30.8054-17.9178

#5edeed color RGB value is (94,222,237).

#5edeed hex color red value is 94, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5edeed hue: 0.52 , saturation: 0.80 and the lightness value of 5edeed is 0.65.

The process color (four color CMYK) of #5edeed color hex is 0.60, 0.06, 0.00, 0.07. Web safe color of #5edeed is #66ccff. Color #5edeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011110 11101101
Octal 136 336 355
Decimal 94 222 237
Hex 5E DE ED

RGB Percentages of Color #5edeed

%17.00
%40.14
%42.86

CMYK Percentages of Color #5edeed

%60
%6
%0
%7

Triadic Colors of #5edeed

#5edeed #ed5ede #deed5e

Analogous Colors of #5edeed

#5edeed #5e97ed #5eedb5

Monochromatic Colors of #5edeed

#5edeed

Complementary Color

#5edeed #ed6d5e

#5edeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edeed Color CSS Codes

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

#5edeed Text Font Color

<p style="color:#5edeed">Text here</p>

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


#5edeed Background Color

<div style="background-color:#5edeed">
Div content here</div>

This div background color is #5edeed


#5edeed Border Color

<div style="border:3px solid #5edeed">
Div here</div>

This div border color is #5edeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,222,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5edeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5edeed;
  -webkit-box-shadow: 1px 1px 3px 2px #5edeed;
  box-shadow:         1px 1px 3px 2px #5edeed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edeed


Comments

No comments written yet.

Please login to write comment.