Color Hex Logo

#5deefc Color Hex

#5DEEFC
(93,238,252)
0 Favorites   0 Comments

Color spaces of #5deefc

RGB 93238252
HSL0.510.960.68
HSV185°63°99°
CMYK 0.630.060.00   0.01
XYZ52.659470.5045102.9287
Yxy70.50450.23290.3118
Hunter Lab83.9670-34.9969-13.9022
CIE-Lab87.2437-34.3559-18.2794

#5deefc color RGB value is (93,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 11111100
Octal 135 356 374
Decimal 93 238 252
Hex 5D EE FC

RGB Percentages of Color #5deefc

%15.95
%40.82
%43.22

CMYK Percentages of Color #5deefc

%63
%6
%0
%1

Triadic Colors of #5deefc

#5deefc #fc5dee #eefc5d

Analogous Colors of #5deefc

#5deefc #5d9ffc #5dfcbb

Monochromatic Colors of #5deefc

#5deefc

Complementary Color

#5deefc #fc6b5d

#5deefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5deefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5deefc Color CSS Codes

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

#5deefc Text Font Color

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

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


#5deefc Background Color

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

This div background color is #5deefc


#5deefc Border Color

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

This div border color is #5deefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5deefc


Comments

No comments written yet.

Please login to write comment.