Color Hex Logo

#8dafbd Color Hex

#8DAFBD
(141,175,189)
0 Favorites   0 Comments

Color spaces of #8dafbd

RGB 141175189
HSL0.550.270.65
HSV198°25°74°
CMYK 0.250.070.00   0.26
XYZ35.499839.996853.9932
Yxy39.99680.27420.3089
Hunter Lab63.2430-10.4790-6.3482
CIE-Lab69.4673-8.3132-10.9459

#8dafbd color RGB value is (141,175,189).

#8dafbd hex color red value is 141, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8dafbd hue: 0.55 , saturation: 0.27 and the lightness value of 8dafbd is 0.65.

The process color (four color CMYK) of #8dafbd color hex is 0.25, 0.07, 0.00, 0.26. Web safe color of #8dafbd is #9999cc. Color #8dafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101111 10111101
Octal 215 257 275
Decimal 141 175 189
Hex 8D AF BD

RGB Percentages of Color #8dafbd

%27.92
%34.65
%37.43

CMYK Percentages of Color #8dafbd

%25
%7
%0
%26

Triadic Colors of #8dafbd

#8dafbd #bd8daf #afbd8d

Analogous Colors of #8dafbd

#8dafbd #8d97bd #8dbdb3

Monochromatic Colors of #8dafbd

#8dafbd

Complementary Color

#8dafbd #bd9b8d

#8dafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dafbd Color CSS Codes

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

#8dafbd Text Font Color

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

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


#8dafbd Background Color

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

This div background color is #8dafbd


#8dafbd Border Color

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

This div border color is #8dafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dafbd


Comments

No comments written yet.

Please login to write comment.