Color Hex Logo

#5abecf Color Hex

#5ABECF
(90,190,207)
0 Favorites   0 Comments

Color spaces of #5abecf

RGB 90190207
HSL0.520.550.58
HSV189°57°81°
CMYK 0.570.080.00   0.19
XYZ33.892443.505665.6426
Yxy43.50560.23690.3041
Hunter Lab65.9588-23.7070-12.8346
CIE-Lab71.8968-24.3042-17.4091

#5abecf color RGB value is (90,190,207).

#5abecf hex color red value is 90, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5abecf hue: 0.52 , saturation: 0.55 and the lightness value of 5abecf is 0.58.

The process color (four color CMYK) of #5abecf color hex is 0.57, 0.08, 0.00, 0.19. Web safe color of #5abecf is #66cccc. Color #5abecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11001111
Octal 132 276 317
Decimal 90 190 207
Hex 5A BE CF

RGB Percentages of Color #5abecf

%18.48
%39.01
%42.51

CMYK Percentages of Color #5abecf

%57
%8
%0
%19

Triadic Colors of #5abecf

#5abecf #cf5abe #becf5a

Analogous Colors of #5abecf

#5abecf #5a84cf #5acfa6

Monochromatic Colors of #5abecf

#5abecf

Complementary Color

#5abecf #cf6b5a

#5abecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abecf Color CSS Codes

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

#5abecf Text Font Color

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

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


#5abecf Background Color

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

This div background color is #5abecf


#5abecf Border Color

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

This div border color is #5abecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,190,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5abecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abecf


Comments

No comments written yet.

Please login to write comment.