Color Hex Logo

#8dbfd9 Color Hex

#8DBFD9
(141,191,217)
0 Favorites   0 Comments

Color spaces of #8dbfd9

RGB 141191217
HSL0.560.500.70
HSV201°35°85°
CMYK 0.350.120.00   0.15
XYZ42.139747.934172.6768
Yxy47.93410.25890.2945
Hunter Lab69.2345-12.5159-13.7738
CIE-Lab74.7833-10.0477-18.2638

#8dbfd9 color RGB value is (141,191,217).

#8dbfd9 hex color red value is 141, green value is 191 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8dbfd9 hue: 0.56 , saturation: 0.50 and the lightness value of 8dbfd9 is 0.70.

The process color (four color CMYK) of #8dbfd9 color hex is 0.35, 0.12, 0.00, 0.15. Web safe color of #8dbfd9 is #99cccc. Color #8dbfd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111111 11011001
Octal 215 277 331
Decimal 141 191 217
Hex 8D BF D9

RGB Percentages of Color #8dbfd9

%25.68
%34.79
%39.53

CMYK Percentages of Color #8dbfd9

%35
%12
%0
%15

Triadic Colors of #8dbfd9

#8dbfd9 #d98dbf #bfd98d

Analogous Colors of #8dbfd9

#8dbfd9 #8d99d9 #8dd9cd

Monochromatic Colors of #8dbfd9

#8dbfd9

Complementary Color

#8dbfd9 #d9a78d

#8dbfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbfd9 Color CSS Codes

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

#8dbfd9 Text Font Color

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

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


#8dbfd9 Background Color

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

This div background color is #8dbfd9


#8dbfd9 Border Color

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

This div border color is #8dbfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbfd9


Comments

No comments written yet.

Please login to write comment.