Color Hex Logo

#5abceb Color Hex

#5ABCEB
(90,188,235)
0 Favorites   0 Comments

Color spaces of #5abceb

RGB 90188235
HSL0.550.780.64
HSV199°62°92°
CMYK 0.620.200.00   0.08
XYZ37.195144.138385.1564
Yxy44.13830.22340.2651
Hunter Lab66.4367-16.3295-29.4904
CIE-Lab72.3208-14.9701-31.9903

#5abceb color RGB value is (90,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 11101011
Octal 132 274 353
Decimal 90 188 235
Hex 5A BC EB

RGB Percentages of Color #5abceb

%17.54
%36.65
%45.81

CMYK Percentages of Color #5abceb

%62
%20
%0
%8

Triadic Colors of #5abceb

#5abceb #eb5abc #bceb5a

Analogous Colors of #5abceb

#5abceb #5a74eb #5aebd2

Monochromatic Colors of #5abceb

#5abceb

Complementary Color

#5abceb #eb895a

#5abceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abceb Color CSS Codes

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

#5abceb Text Font Color

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

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


#5abceb Background Color

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

This div background color is #5abceb


#5abceb Border Color

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

This div border color is #5abceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abceb


Comments

No comments written yet.

Please login to write comment.