Color Hex Logo

#8dafdc Color Hex

#8DAFDC
(141,175,220)
0 Favorites   0 Comments

Color spaces of #8dafdc

RGB 141175220
HSL0.590.530.71
HSV214°36°86°
CMYK 0.360.200.00   0.14
XYZ39.232741.490073.6507
Yxy41.49000.25410.2688
Hunter Lab64.4127-4.0010-22.7044
CIE-Lab70.5179-0.6388-26.3953

#8dafdc color RGB value is (141,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101111 11011100
Octal 215 257 334
Decimal 141 175 220
Hex 8D AF DC

RGB Percentages of Color #8dafdc

%26.31
%32.65
%41.04

CMYK Percentages of Color #8dafdc

%36
%20
%0
%14

Triadic Colors of #8dafdc

#8dafdc #dc8daf #afdc8d

Analogous Colors of #8dafdc

#8dafdc #938ddc #8dd7dc

Monochromatic Colors of #8dafdc

#8dafdc

Complementary Color

#8dafdc #dcba8d

#8dafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dafdc Color CSS Codes

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

#8dafdc Text Font Color

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

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


#8dafdc Background Color

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

This div background color is #8dafdc


#8dafdc Border Color

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

This div border color is #8dafdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,175,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 #8dafdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dafdc


Comments

No comments written yet.

Please login to write comment.