Color Hex Logo

#5adfec Color Hex

#5ADFEC
(90,223,236)
0 Favorites   0 Comments

Color spaces of #5adfec

RGB 90223236
HSL0.510.790.64
HSV185°62°93°
CMYK 0.620.060.00   0.07
XYZ45.744461.005188.7211
Yxy61.00510.23400.3121
Hunter Lab78.1058-32.1425-12.6741
CIE-Lab82.3815-32.2232-17.1805

#5adfec color RGB value is (90,223,236).

#5adfec hex color red value is 90, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5adfec hue: 0.51 , saturation: 0.79 and the lightness value of 5adfec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 11101100
Octal 132 337 354
Decimal 90 223 236
Hex 5A DF EC

RGB Percentages of Color #5adfec

%16.39
%40.62
%42.99

CMYK Percentages of Color #5adfec

%62
%6
%0
%7

Triadic Colors of #5adfec

#5adfec #ec5adf #dfec5a

Analogous Colors of #5adfec

#5adfec #5a96ec #5aecb0

Monochromatic Colors of #5adfec

#5adfec

Complementary Color

#5adfec #ec675a

#5adfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfec Color CSS Codes

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

#5adfec Text Font Color

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

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


#5adfec Background Color

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

This div background color is #5adfec


#5adfec Border Color

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

This div border color is #5adfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfec


Comments

No comments written yet.

Please login to write comment.