Color Hex Logo

#8dabdc Color Hex

#8DABDC
(141,171,220)
0 Favorites   0 Comments

Color spaces of #8dabdc

RGB 141171220
HSL0.600.530.71
HSV217°36°86°
CMYK 0.360.220.00   0.14
XYZ38.465739.955873.3950
Yxy39.95580.25340.2632
Hunter Lab63.2106-1.9955-24.5953
CIE-Lab69.43801.5736-28.0537

#8dabdc color RGB value is (141,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 11011100
Octal 215 253 334
Decimal 141 171 220
Hex 8D AB DC

RGB Percentages of Color #8dabdc

%26.50
%32.14
%41.35

CMYK Percentages of Color #8dabdc

%36
%22
%0
%14

Triadic Colors of #8dabdc

#8dabdc #dc8dab #abdc8d

Analogous Colors of #8dabdc

#8dabdc #978ddc #8dd3dc

Monochromatic Colors of #8dabdc

#8dabdc

Complementary Color

#8dabdc #dcbe8d

#8dabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabdc Color CSS Codes

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

#8dabdc Text Font Color

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

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


#8dabdc Background Color

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

This div background color is #8dabdc


#8dabdc Border Color

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

This div border color is #8dabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabdc


Comments

No comments written yet.

Please login to write comment.