Color Hex Logo

#5abfca Color Hex

#5ABFCA
(90,191,202)
0 Favorites   0 Comments

Color spaces of #5abfca

RGB 90191202
HSL0.520.510.57
HSV186°55°79°
CMYK 0.550.050.00   0.21
XYZ33.507943.699562.5459
Yxy43.69950.23980.3127
Hunter Lab66.1056-25.2059-9.8234
CIE-Lab72.0272-26.2121-14.4846

#5abfca color RGB value is (90,191,202).

#5abfca hex color red value is 90, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5abfca hue: 0.52 , saturation: 0.51 and the lightness value of 5abfca is 0.57.

The process color (four color CMYK) of #5abfca color hex is 0.55, 0.05, 0.00, 0.21. Web safe color of #5abfca is #66cccc. Color #5abfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11001010
Octal 132 277 312
Decimal 90 191 202
Hex 5A BF CA

RGB Percentages of Color #5abfca

%18.63
%39.54
%41.82

CMYK Percentages of Color #5abfca

%55
%5
%0
%21

Triadic Colors of #5abfca

#5abfca #ca5abf #bfca5a

Analogous Colors of #5abfca

#5abfca #5a87ca #5aca9d

Monochromatic Colors of #5abfca

#5abfca

Complementary Color

#5abfca #ca655a

#5abfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfca Color CSS Codes

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

#5abfca Text Font Color

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

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


#5abfca Background Color

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

This div background color is #5abfca


#5abfca Border Color

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

This div border color is #5abfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfca


Comments

No comments written yet.

Please login to write comment.