Color Hex Logo

#5adceb Color Hex

#5ADCEB
(90,220,235)
0 Favorites   0 Comments

Color spaces of #5adceb

RGB 90220235
HSL0.520.780.64
HSV186°62°92°
CMYK 0.620.060.00   0.08
XYZ44.805059.358287.6931
Yxy59.35820.23350.3094
Hunter Lab77.0443-31.0210-13.5539
CIE-Lab81.4881-31.0731-17.9965

#5adceb color RGB value is (90,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 11101011
Octal 132 334 353
Decimal 90 220 235
Hex 5A DC EB

RGB Percentages of Color #5adceb

%16.51
%40.37
%43.12

CMYK Percentages of Color #5adceb

%62
%6
%0
%8

Triadic Colors of #5adceb

#5adceb #eb5adc #dceb5a

Analogous Colors of #5adceb

#5adceb #5a94eb #5aebb2

Monochromatic Colors of #5adceb

#5adceb

Complementary Color

#5adceb #eb695a

#5adceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adceb Color CSS Codes

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

#5adceb Text Font Color

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

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


#5adceb Background Color

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

This div background color is #5adceb


#5adceb Border Color

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

This div border color is #5adceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adceb


Comments

No comments written yet.

Please login to write comment.