Color Hex Logo

#5adfeb Color Hex

#5ADFEB
(90,223,235)
0 Favorites   0 Comments

Color spaces of #5adfeb

RGB 90223235
HSL0.510.780.64
HSV185°62°92°
CMYK 0.620.050.00   0.08
XYZ45.599560.947287.9579
Yxy60.94720.23440.3133
Hunter Lab78.0687-32.3593-12.1524
CIE-Lab82.3503-32.5031-16.6970

#5adfeb color RGB value is (90,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011111 11101011
Octal 132 337 353
Decimal 90 223 235
Hex 5A DF EB

RGB Percentages of Color #5adfeb

%16.42
%40.69
%42.88

CMYK Percentages of Color #5adfeb

%62
%5
%0
%8

Triadic Colors of #5adfeb

#5adfeb #eb5adf #dfeb5a

Analogous Colors of #5adfeb

#5adfeb #5a97eb #5aebaf

Monochromatic Colors of #5adfeb

#5adfeb

Complementary Color

#5adfeb #eb665a

#5adfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adfeb Color CSS Codes

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

#5adfeb Text Font Color

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

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


#5adfeb Background Color

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

This div background color is #5adfeb


#5adfeb Border Color

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

This div border color is #5adfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adfeb


Comments

No comments written yet.

Please login to write comment.