Color Hex Logo

#5edfec Color Hex

#5EDFEC
(94,223,236)
0 Favorites   0 Comments

Color spaces of #5edfec

RGB 94223236
HSL0.520.790.65
HSV185°60°93°
CMYK 0.600.060.00   0.07
XYZ46.144161.211288.7398
Yxy61.21120.23530.3122
Hunter Lab78.2376-31.6375-12.4825
CIE-Lab82.4922-31.5622-17.0028

#5edfec color RGB value is (94,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11101100
Octal 136 337 354
Decimal 94 223 236
Hex 5E DF EC

RGB Percentages of Color #5edfec

%17.00
%40.33
%42.68

CMYK Percentages of Color #5edfec

%60
%6
%0
%7

Triadic Colors of #5edfec

#5edfec #ec5edf #dfec5e

Analogous Colors of #5edfec

#5edfec #5e98ec #5eecb2

Monochromatic Colors of #5edfec

#5edfec

Complementary Color

#5edfec #ec6b5e

#5edfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edfec Color CSS Codes

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

#5edfec Text Font Color

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

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


#5edfec Background Color

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

This div background color is #5edfec


#5edfec Border Color

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

This div border color is #5edfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edfec


Comments

No comments written yet.

Please login to write comment.