Color Hex Logo

#5aaceb Color Hex

#5AACEB
(90,172,235)
0 Favorites   0 Comments

Color spaces of #5aaceb

RGB 90172235
HSL0.570.780.64
HSV206°62°92°
CMYK 0.620.270.00   0.08
XYZ33.964437.676984.0795
Yxy37.67690.21810.2420
Hunter Lab61.3815-8.6478-38.2475
CIE-Lab67.7818-6.3163-39.0362

#5aaceb color RGB value is (90,172,235).

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

The process color (four color CMYK) of #5aaceb color hex is 0.62, 0.27, 0.00, 0.08. Web safe color of #5aaceb is #6699ff. Color #5aaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 11101011
Octal 132 254 353
Decimal 90 172 235
Hex 5A AC EB

RGB Percentages of Color #5aaceb

%18.11
%34.61
%47.28

CMYK Percentages of Color #5aaceb

%62
%27
%0
%8

Triadic Colors of #5aaceb

#5aaceb #eb5aac #aceb5a

Analogous Colors of #5aaceb

#5aaceb #5a64eb #5aebe2

Monochromatic Colors of #5aaceb

#5aaceb

Complementary Color

#5aaceb #eb995a

#5aaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aaceb Color CSS Codes

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

#5aaceb Text Font Color

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

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


#5aaceb Background Color

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

This div background color is #5aaceb


#5aaceb Border Color

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

This div border color is #5aaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aaceb


Comments

No comments written yet.

Please login to write comment.