Color Hex Logo

#5abfcd Color Hex

#5ABFCD
(90,191,205)
0 Favorites   0 Comments

Color spaces of #5abfcd

RGB 90191205
HSL0.520.530.58
HSV187°56°80°
CMYK 0.560.070.00   0.20
XYZ33.866743.843064.4352
Yxy43.84300.23830.3084
Hunter Lab66.2140-24.5766-11.3473
CIE-Lab72.1234-25.3707-15.9761

#5abfcd color RGB value is (90,191,205).

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

The process color (four color CMYK) of #5abfcd color hex is 0.56, 0.07, 0.00, 0.20. Web safe color of #5abfcd is #66cccc. Color #5abfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11001101
Octal 132 277 315
Decimal 90 191 205
Hex 5A BF CD

RGB Percentages of Color #5abfcd

%18.52
%39.30
%42.18

CMYK Percentages of Color #5abfcd

%56
%7
%0
%20

Triadic Colors of #5abfcd

#5abfcd #cd5abf #bfcd5a

Analogous Colors of #5abfcd

#5abfcd #5a86cd #5acda2

Monochromatic Colors of #5abfcd

#5abfcd

Complementary Color

#5abfcd #cd685a

#5abfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfcd Color CSS Codes

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

#5abfcd Text Font Color

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

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


#5abfcd Background Color

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

This div background color is #5abfcd


#5abfcd Border Color

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

This div border color is #5abfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfcd


Comments

No comments written yet.

Please login to write comment.