Color Hex Logo

#5dabea Color Hex

#5DABEA
(93,171,234)
0 Favorites   0 Comments

Color spaces of #5dabea

RGB 93171234
HSL0.570.770.64
HSV207°60°92°
CMYK 0.600.270.00   0.08
XYZ33.928437.393583.2714
Yxy37.39350.21950.2419
Hunter Lab61.1502-7.9745-37.9331
CIE-Lab67.5712-5.5340-38.8096

#5dabea color RGB value is (93,171,234).

#5dabea hex color red value is 93, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5dabea hue: 0.57 , saturation: 0.77 and the lightness value of 5dabea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11101010
Octal 135 253 352
Decimal 93 171 234
Hex 5D AB EA

RGB Percentages of Color #5dabea

%18.67
%34.34
%46.99

CMYK Percentages of Color #5dabea

%60
%27
%0
%8

Triadic Colors of #5dabea

#5dabea #ea5dab #abea5d

Analogous Colors of #5dabea

#5dabea #5d65ea #5deae3

Monochromatic Colors of #5dabea

#5dabea

Complementary Color

#5dabea #ea9c5d

#5dabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabea Color CSS Codes

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

#5dabea Text Font Color

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

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


#5dabea Background Color

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

This div background color is #5dabea


#5dabea Border Color

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

This div border color is #5dabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabea


Comments

No comments written yet.

Please login to write comment.