Color Hex Logo

#5caaeb Color Hex

#5CAAEB
(92,170,235)
0 Favorites   0 Comments

Color spaces of #5caaeb

RGB 92170235
HSL0.580.780.64
HSV207°61°92°
CMYK 0.610.280.00   0.08
XYZ33.783837.022983.9628
Yxy37.02290.21830.2392
Hunter Lab60.8464-7.3726-39.2225
CIE-Lab67.2942-4.8446-39.7919

#5caaeb color RGB value is (92,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11101011
Octal 134 252 353
Decimal 92 170 235
Hex 5C AA EB

RGB Percentages of Color #5caaeb

%18.51
%34.21
%47.28

CMYK Percentages of Color #5caaeb

%61
%28
%0
%8

Triadic Colors of #5caaeb

#5caaeb #eb5caa #aaeb5c

Analogous Colors of #5caaeb

#5caaeb #5c63eb #5cebe5

Monochromatic Colors of #5caaeb

#5caaeb

Complementary Color

#5caaeb #eb9d5c

#5caaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caaeb Color CSS Codes

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

#5caaeb Text Font Color

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

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


#5caaeb Background Color

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

This div background color is #5caaeb


#5caaeb Border Color

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

This div border color is #5caaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caaeb


Comments

No comments written yet.

Please login to write comment.