Color Hex Logo

#5edffa Color Hex

#5EDFFA
(94,223,250)
0 Favorites   0 Comments

Color spaces of #5edffa

RGB 94223250
HSL0.530.940.67
HSV190°62°98°
CMYK 0.620.110.00   0.02
XYZ48.259162.057299.8772
Yxy62.05720.22960.2952
Hunter Lab78.7764-28.5080-20.0278
CIE-Lab82.9438-27.5947-23.7337

#5edffa color RGB value is (94,223,250).

#5edffa hex color red value is 94, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5edffa hue: 0.53 , saturation: 0.94 and the lightness value of 5edffa is 0.67.

The process color (four color CMYK) of #5edffa color hex is 0.62, 0.11, 0.00, 0.02. Web safe color of #5edffa is #66ccff. Color #5edffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011111 11111010
Octal 136 337 372
Decimal 94 223 250
Hex 5E DF FA

RGB Percentages of Color #5edffa

%16.58
%39.33
%44.09

CMYK Percentages of Color #5edffa

%62
%11
%0
%2

Triadic Colors of #5edffa

#5edffa #fa5edf #dffa5e

Analogous Colors of #5edffa

#5edffa #5e91fa #5efac7

Monochromatic Colors of #5edffa

#5edffa

Complementary Color

#5edffa #fa795e

#5edffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edffa Color CSS Codes

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

#5edffa Text Font Color

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

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


#5edffa Background Color

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

This div background color is #5edffa


#5edffa Border Color

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

This div border color is #5edffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edffa


Comments

No comments written yet.

Please login to write comment.