Color Hex Logo

#5aceeb Color Hex

#5ACEEB
(90,206,235)
0 Favorites   0 Comments

Color spaces of #5aceeb

RGB 90206235
HSL0.530.780.64
HSV192°62°92°
CMYK 0.620.120.00   0.08
XYZ41.283252.314486.5191
Yxy52.31440.22920.2904
Hunter Lab72.3287-24.6924-20.2922
CIE-Lab77.4685-24.2222-24.0928

#5aceeb color RGB value is (90,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001110 11101011
Octal 132 316 353
Decimal 90 206 235
Hex 5A CE EB

RGB Percentages of Color #5aceeb

%16.95
%38.79
%44.26

CMYK Percentages of Color #5aceeb

%62
%12
%0
%8

Triadic Colors of #5aceeb

#5aceeb #eb5ace #ceeb5a

Analogous Colors of #5aceeb

#5aceeb #5a86eb #5aebc0

Monochromatic Colors of #5aceeb

#5aceeb

Complementary Color

#5aceeb #eb775a

#5aceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aceeb Color CSS Codes

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

#5aceeb Text Font Color

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

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


#5aceeb Background Color

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

This div background color is #5aceeb


#5aceeb Border Color

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

This div border color is #5aceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aceeb


Comments

No comments written yet.

Please login to write comment.