Color Hex Logo

#8dabde Color Hex

#8DABDE
(141,171,222)
0 Favorites   0 Comments

Color spaces of #8dabde

RGB 141171222
HSL0.600.550.71
HSV218°36°87°
CMYK 0.360.230.00   0.13
XYZ38.732240.062574.7987
Yxy40.06250.25220.2608
Hunter Lab63.2949-1.5363-25.7594
CIE-Lab69.51402.0982-29.0336

#8dabde color RGB value is (141,171,222).

#8dabde hex color red value is 141, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8dabde hue: 0.60 , saturation: 0.55 and the lightness value of 8dabde is 0.71.

The process color (four color CMYK) of #8dabde color hex is 0.36, 0.23, 0.00, 0.13. Web safe color of #8dabde is #9999cc. Color #8dabde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 11011110
Octal 215 253 336
Decimal 141 171 222
Hex 8D AB DE

RGB Percentages of Color #8dabde

%26.40
%32.02
%41.57

CMYK Percentages of Color #8dabde

%36
%23
%0
%13

Triadic Colors of #8dabde

#8dabde #de8dab #abde8d

Analogous Colors of #8dabde

#8dabde #988dde #8dd4de

Monochromatic Colors of #8dabde

#8dabde

Complementary Color

#8dabde #dec08d

#8dabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabde Color CSS Codes

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

#8dabde Text Font Color

<p style="color:#8dabde">Text here</p>

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


#8dabde Background Color

<div style="background-color:#8dabde">
Div content here</div>

This div background color is #8dabde


#8dabde Border Color

<div style="border:3px solid #8dabde">
Div here</div>

This div border color is #8dabde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,171,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8dabde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8dabde;
  -webkit-box-shadow: 1px 1px 3px 2px #8dabde;
  box-shadow:         1px 1px 3px 2px #8dabde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabde


Comments

No comments written yet.

Please login to write comment.