Color Hex Logo

#5deefa Color Hex

#5DEEFA
(93,238,250)
0 Favorites   0 Comments

Color spaces of #5deefa

RGB 93238250
HSL0.510.940.67
HSV185°63°98°
CMYK 0.630.050.00   0.02
XYZ52.344170.3784101.2680
Yxy70.37840.23370.3142
Hunter Lab83.8918-35.4361-12.8462
CIE-Lab87.1821-34.9117-17.3242

#5deefa color RGB value is (93,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 11111010
Octal 135 356 372
Decimal 93 238 250
Hex 5D EE FA

RGB Percentages of Color #5deefa

%16.01
%40.96
%43.03

CMYK Percentages of Color #5deefa

%63
%5
%0
%2

Triadic Colors of #5deefa

#5deefa #fa5dee #eefa5d

Analogous Colors of #5deefa

#5deefa #5da0fa #5dfab8

Monochromatic Colors of #5deefa

#5deefa

Complementary Color

#5deefa #fa695d

#5deefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deefa Color CSS Codes

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

#5deefa Text Font Color

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

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


#5deefa Background Color

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

This div background color is #5deefa


#5deefa Border Color

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

This div border color is #5deefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deefa


Comments

No comments written yet.

Please login to write comment.