Color Hex Logo

#5abfdc Color Hex

#5ABFDC
(90,191,220)
0 Favorites   0 Comments

Color spaces of #5abfdc

RGB 90191220
HSL0.540.650.61
HSV193°59°86°
CMYK 0.590.130.00   0.14
XYZ35.765544.602674.4343
Yxy44.60260.23100.2881
Hunter Lab66.7852-21.2819-19.3311
CIE-Lab72.6294-21.0472-23.3751

#5abfdc color RGB value is (90,191,220).

#5abfdc hex color red value is 90, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5abfdc hue: 0.54 , saturation: 0.65 and the lightness value of 5abfdc is 0.61.

The process color (four color CMYK) of #5abfdc color hex is 0.59, 0.13, 0.00, 0.14. Web safe color of #5abfdc is #66cccc. Color #5abfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 11011100
Octal 132 277 334
Decimal 90 191 220
Hex 5A BF DC

RGB Percentages of Color #5abfdc

%17.96
%38.12
%43.91

CMYK Percentages of Color #5abfdc

%59
%13
%0
%14

Triadic Colors of #5abfdc

#5abfdc #dc5abf #bfdc5a

Analogous Colors of #5abfdc

#5abfdc #5a7edc #5adcb8

Monochromatic Colors of #5abfdc

#5abfdc

Complementary Color

#5abfdc #dc775a

#5abfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfdc Color CSS Codes

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

#5abfdc Text Font Color

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

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


#5abfdc Background Color

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

This div background color is #5abfdc


#5abfdc Border Color

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

This div border color is #5abfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfdc


Comments

No comments written yet.

Please login to write comment.