Color Hex Logo

#5eabed Color Hex

#5EABED
(94,171,237)
3 Favorites   0 Comments

Color spaces of #5eabed

RGB 94171237
HSL0.580.800.65
HSV208°60°93°
CMYK 0.600.280.00   0.07
XYZ34.465137.619985.5656
Yxy37.61990.21860.2386
Hunter Lab61.3351-7.0345-39.7781
CIE-Lab67.7395-4.3990-40.1838

#5eabed color RGB value is (94,171,237).

#5eabed hex color red value is 94, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5eabed hue: 0.58 , saturation: 0.80 and the lightness value of 5eabed is 0.65.

The process color (four color CMYK) of #5eabed color hex is 0.60, 0.28, 0.00, 0.07. Web safe color of #5eabed is #6699ff. Color #5eabed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11101101
Octal 136 253 355
Decimal 94 171 237
Hex 5E AB ED

RGB Percentages of Color #5eabed

%18.73
%34.06
%47.21

CMYK Percentages of Color #5eabed

%60
%28
%0
%7

Triadic Colors of #5eabed

#5eabed #ed5eab #abed5e

Analogous Colors of #5eabed

#5eabed #5e63ed #5eede8

Monochromatic Colors of #5eabed

#5eabed

Complementary Color

#5eabed #eda05e

#5eabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabed Color CSS Codes

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

#5eabed Text Font Color

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

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


#5eabed Background Color

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

This div background color is #5eabed


#5eabed Border Color

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

This div border color is #5eabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabed

#5eabed Color Palettes


Comments

No comments written yet.

Please login to write comment.