Color Hex Logo

#5edfea Color Hex

#5EDFEA
(94,223,234)
0 Favorites   0 Comments

Color spaces of #5edfea

RGB 94223234
HSL0.510.770.64
HSV185°60°92°
CMYK 0.600.050.00   0.08
XYZ45.855161.095587.2177
Yxy61.09550.23620.3147
Hunter Lab78.1636-32.0683-11.4433
CIE-Lab82.4301-32.1167-16.0356

#5edfea color RGB value is (94,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11101010
Octal 136 337 352
Decimal 94 223 234
Hex 5E DF EA

RGB Percentages of Color #5edfea

%17.06
%40.47
%42.47

CMYK Percentages of Color #5edfea

%60
%5
%0
%8

Triadic Colors of #5edfea

#5edfea #ea5edf #dfea5e

Analogous Colors of #5edfea

#5edfea #5e99ea #5eeaaf

Monochromatic Colors of #5edfea

#5edfea

Complementary Color

#5edfea #ea695e

#5edfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfea Color CSS Codes

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

#5edfea Text Font Color

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

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


#5edfea Background Color

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

This div background color is #5edfea


#5edfea Border Color

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

This div border color is #5edfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfea


Comments

No comments written yet.

Please login to write comment.