Color Hex Logo

#5adefc Color Hex

#5ADEFC
(90,222,252)
0 Favorites   0 Comments

Color spaces of #5adefc

RGB 90222252
HSL0.530.960.67
HSV191°64°99°
CMYK 0.640.120.00   0.01
XYZ47.908461.4445101.4304
Yxy61.44450.22730.2915
Hunter Lab78.3865-28.0806-21.8493
CIE-Lab82.6171-27.1550-25.2992

#5adefc color RGB value is (90,222,252).

#5adefc hex color red value is 90, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5adefc hue: 0.53 , saturation: 0.96 and the lightness value of 5adefc is 0.67.

The process color (four color CMYK) of #5adefc color hex is 0.64, 0.12, 0.00, 0.01. Web safe color of #5adefc is #66ccff. Color #5adefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11111100
Octal 132 336 374
Decimal 90 222 252
Hex 5A DE FC

RGB Percentages of Color #5adefc

%15.96
%39.36
%44.68

CMYK Percentages of Color #5adefc

%64
%12
%0
%1

Triadic Colors of #5adefc

#5adefc #fc5ade #defc5a

Analogous Colors of #5adefc

#5adefc #5a8dfc #5afcc9

Monochromatic Colors of #5adefc

#5adefc

Complementary Color

#5adefc #fc785a

#5adefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adefc Color CSS Codes

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

#5adefc Text Font Color

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

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


#5adefc Background Color

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

This div background color is #5adefc


#5adefc Border Color

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

This div border color is #5adefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adefc

#5adefc Color Palettes


Comments

No comments written yet.

Please login to write comment.