Color Hex Logo

#5dabce Color Hex

#5DABCE
(93,171,206)
0 Favorites   0 Comments

Color spaces of #5dabce

RGB 93171206
HSL0.550.540.59
HSV199°55°81°
CMYK 0.550.170.00   0.19
XYZ30.217735.909263.7310
Yxy35.90920.23270.2765
Hunter Lab59.9243-14.8563-21.1094
CIE-Lab66.4505-14.1361-25.1431

#5dabce color RGB value is (93,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101011 11001110
Octal 135 253 316
Decimal 93 171 206
Hex 5D AB CE

RGB Percentages of Color #5dabce

%19.79
%36.38
%43.83

CMYK Percentages of Color #5dabce

%55
%17
%0
%19

Triadic Colors of #5dabce

#5dabce #ce5dab #abce5d

Analogous Colors of #5dabce

#5dabce #5d73ce #5dceb9

Monochromatic Colors of #5dabce

#5dabce

Complementary Color

#5dabce #ce805d

#5dabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dabce Color CSS Codes

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

#5dabce Text Font Color

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

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


#5dabce Background Color

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

This div background color is #5dabce


#5dabce Border Color

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

This div border color is #5dabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dabce


Comments

No comments written yet.

Please login to write comment.