Color Hex Logo

#5fabce Color Hex

#5FABCE
(95,171,206)
0 Favorites   0 Comments

Color spaces of #5fabce

RGB 95171206
HSL0.550.530.59
HSV199°54°81°
CMYK 0.540.170.00   0.19
XYZ30.422836.014963.7406
Yxy36.01490.23370.2767
Hunter Lab60.0124-14.5326-20.9646
CIE-Lab66.5313-13.7141-25.0121

#5fabce color RGB value is (95,171,206).

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

The process color (four color CMYK) of #5fabce color hex is 0.54, 0.17, 0.00, 0.19. Web safe color of #5fabce is #6699cc. Color #5fabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 11001110
Octal 137 253 316
Decimal 95 171 206
Hex 5F AB CE

RGB Percentages of Color #5fabce

%20.13
%36.23
%43.64

CMYK Percentages of Color #5fabce

%54
%17
%0
%19

Triadic Colors of #5fabce

#5fabce #ce5fab #abce5f

Analogous Colors of #5fabce

#5fabce #5f74ce #5fceba

Monochromatic Colors of #5fabce

#5fabce

Complementary Color

#5fabce #ce825f

#5fabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabce Color CSS Codes

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

#5fabce Text Font Color

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

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


#5fabce Background Color

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

This div background color is #5fabce


#5fabce Border Color

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

This div border color is #5fabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabce


Comments

No comments written yet.

Please login to write comment.