Color Hex Logo

#5edaea Color Hex

#5EDAEA
(94,218,234)
0 Favorites   0 Comments

Color spaces of #5edaea

RGB 94218234
HSL0.520.770.64
HSV187°60°92°
CMYK 0.600.070.00   0.08
XYZ44.538858.463086.7790
Yxy58.46300.23470.3081
Hunter Lab76.4611-29.8302-13.7680
CIE-Lab80.9955-29.7222-18.1970

#5edaea color RGB value is (94,218,234).

#5edaea hex color red value is 94, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5edaea hue: 0.52 , saturation: 0.77 and the lightness value of 5edaea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011010 11101010
Octal 136 332 352
Decimal 94 218 234
Hex 5E DA EA

RGB Percentages of Color #5edaea

%17.22
%39.93
%42.86

CMYK Percentages of Color #5edaea

%60
%7
%0
%8

Triadic Colors of #5edaea

#5edaea #ea5eda #daea5e

Analogous Colors of #5edaea

#5edaea #5e94ea #5eeab4

Monochromatic Colors of #5edaea

#5edaea

Complementary Color

#5edaea #ea6e5e

#5edaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edaea Color CSS Codes

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

#5edaea Text Font Color

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

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


#5edaea Background Color

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

This div background color is #5edaea


#5edaea Border Color

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

This div border color is #5edaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edaea


Comments

No comments written yet.

Please login to write comment.