Color Hex Logo

#8dbadc Color Hex

#8DBADC
(141,186,220)
0 Favorites   0 Comments

Color spaces of #8dbadc

RGB 141186220
HSL0.570.530.71
HSV206°36°86°
CMYK 0.360.150.00   0.14
XYZ41.461745.947874.3937
Yxy45.94780.25620.2840
Hunter Lab67.7848-9.4409-17.6213
CIE-Lab73.5117-6.6221-21.8220

#8dbadc color RGB value is (141,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 11011100
Octal 215 272 334
Decimal 141 186 220
Hex 8D BA DC

RGB Percentages of Color #8dbadc

%25.78
%34.00
%40.22

CMYK Percentages of Color #8dbadc

%36
%15
%0
%14

Triadic Colors of #8dbadc

#8dbadc #dc8dba #badc8d

Analogous Colors of #8dbadc

#8dbadc #8d93dc #8ddcd7

Monochromatic Colors of #8dbadc

#8dbadc

Complementary Color

#8dbadc #dcaf8d

#8dbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbadc Color CSS Codes

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

#8dbadc Text Font Color

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

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


#8dbadc Background Color

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

This div background color is #8dbadc


#8dbadc Border Color

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

This div border color is #8dbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbadc


Comments

No comments written yet.

Please login to write comment.