Color Hex Logo

#5fabcc Color Hex

#5FABCC
(95,171,204)
0 Favorites   0 Comments

Color spaces of #5fabcc

RGB 95171204
HSL0.550.520.59
HSV198°53°80°
CMYK 0.530.160.00   0.20
XYZ30.181335.918362.4690
Yxy35.91830.23470.2794
Hunter Lab59.9319-14.9894-19.8476
CIE-Lab66.4575-14.3032-24.0194

#5fabcc color RGB value is (95,171,204).

#5fabcc hex color red value is 95, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5fabcc hue: 0.55 , saturation: 0.52 and the lightness value of 5fabcc is 0.59.

The process color (four color CMYK) of #5fabcc color hex is 0.53, 0.16, 0.00, 0.20. Web safe color of #5fabcc is #6699cc. Color #5fabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11001100
Octal 137 253 314
Decimal 95 171 204
Hex 5F AB CC

RGB Percentages of Color #5fabcc

%20.21
%36.38
%43.40

CMYK Percentages of Color #5fabcc

%53
%16
%0
%20

Triadic Colors of #5fabcc

#5fabcc #cc5fab #abcc5f

Analogous Colors of #5fabcc

#5fabcc #5f75cc #5fccb7

Monochromatic Colors of #5fabcc

#5fabcc

Complementary Color

#5fabcc #cc805f

#5fabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabcc Color CSS Codes

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

#5fabcc Text Font Color

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

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


#5fabcc Background Color

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

This div background color is #5fabcc


#5fabcc Border Color

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

This div border color is #5fabcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,171,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fabcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fabcc;
  -webkit-box-shadow: 1px 1px 3px 2px #5fabcc;
  box-shadow:         1px 1px 3px 2px #5fabcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,171,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabcc


Comments

No comments written yet.

Please login to write comment.