Color Hex Logo

#5eabce Color Hex

#5EABCE
(94,171,206)
0 Favorites   0 Comments

Color spaces of #5eabce

RGB 94171206
HSL0.550.530.59
HSV199°54°81°
CMYK 0.540.170.00   0.19
XYZ30.319635.961763.7358
Yxy35.96170.23320.2766
Hunter Lab59.9681-14.6953-21.0375
CIE-Lab66.4907-13.9261-25.0780

#5eabce color RGB value is (94,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11001110
Octal 136 253 316
Decimal 94 171 206
Hex 5E AB CE

RGB Percentages of Color #5eabce

%19.96
%36.31
%43.74

CMYK Percentages of Color #5eabce

%54
%17
%0
%19

Triadic Colors of #5eabce

#5eabce #ce5eab #abce5e

Analogous Colors of #5eabce

#5eabce #5e73ce #5eceb9

Monochromatic Colors of #5eabce

#5eabce

Complementary Color

#5eabce #ce815e

#5eabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabce Color CSS Codes

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

#5eabce Text Font Color

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

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


#5eabce Background Color

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

This div background color is #5eabce


#5eabce Border Color

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

This div border color is #5eabce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,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 #5eabce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabce


Comments

No comments written yet.

Please login to write comment.