Color Hex Logo

#5edced Color Hex

#5EDCED
(94,220,237)
0 Favorites   0 Comments

Color spaces of #5edced

RGB 94220237
HSL0.520.800.65
HSV187°60°93°
CMYK 0.600.070.00   0.07
XYZ45.495459.680589.2424
Yxy59.68050.23400.3070
Hunter Lab77.2532-30.0720-14.4143
CIE-Lab81.6642-29.8437-18.7823

#5edced color RGB value is (94,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 11101101
Octal 136 334 355
Decimal 94 220 237
Hex 5E DC ED

RGB Percentages of Color #5edced

%17.06
%39.93
%43.01

CMYK Percentages of Color #5edced

%60
%7
%0
%7

Triadic Colors of #5edced

#5edced #ed5edc #dced5e

Analogous Colors of #5edced

#5edced #5e95ed #5eedb7

Monochromatic Colors of #5edced

#5edced

Complementary Color

#5edced #ed6f5e

#5edced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edced Color CSS Codes

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

#5edced Text Font Color

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

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


#5edced Background Color

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

This div background color is #5edced


#5edced Border Color

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

This div border color is #5edced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,220,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 #5edced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edced


Comments

No comments written yet.

Please login to write comment.