Color Hex Logo

#5eedfc Color Hex

#5EEDFC
(94,237,252)
0 Favorites   0 Comments

Color spaces of #5eedfc

RGB 94237252
HSL0.520.960.68
HSV186°63°99°
CMYK 0.630.060.00   0.01
XYZ52.471069.9763102.8367
Yxy69.97630.23290.3106
Hunter Lab83.6518-34.4258-14.3314
CIE-Lab86.9852-33.7321-18.6665

#5eedfc color RGB value is (94,237,252).

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

The process color (four color CMYK) of #5eedfc color hex is 0.63, 0.06, 0.00, 0.01. Web safe color of #5eedfc is #66ffff. Color #5eedfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101101 11111100
Octal 136 355 374
Decimal 94 237 252
Hex 5E ED FC

RGB Percentages of Color #5eedfc

%16.12
%40.65
%43.22

CMYK Percentages of Color #5eedfc

%63
%6
%0
%1

Triadic Colors of #5eedfc

#5eedfc #fc5eed #edfc5e

Analogous Colors of #5eedfc

#5eedfc #5e9efc #5efcbc

Monochromatic Colors of #5eedfc

#5eedfc

Complementary Color

#5eedfc #fc6d5e

#5eedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eedfc Color CSS Codes

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

#5eedfc Text Font Color

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

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


#5eedfc Background Color

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

This div background color is #5eedfc


#5eedfc Border Color

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

This div border color is #5eedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eedfc


Comments

No comments written yet.

Please login to write comment.