Color Hex Logo

#8dbaed Color Hex

#8DBAED
(141,186,237)
0 Favorites   0 Comments

Color spaces of #8dbaed

RGB 141186237
HSL0.590.730.74
HSV212°41°93°
CMYK 0.410.220.00   0.07
XYZ43.829546.895086.8623
Yxy46.89500.24680.2641
Hunter Lab68.4799-5.5937-27.2695
CIE-Lab74.1226-2.1700-30.1062

#8dbaed color RGB value is (141,186,237).

#8dbaed hex color red value is 141, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8dbaed hue: 0.59 , saturation: 0.73 and the lightness value of 8dbaed is 0.74.

The process color (four color CMYK) of #8dbaed color hex is 0.41, 0.22, 0.00, 0.07. Web safe color of #8dbaed is #99ccff. Color #8dbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 11101101
Octal 215 272 355
Decimal 141 186 237
Hex 8D BA ED

RGB Percentages of Color #8dbaed

%25.00
%32.98
%42.02

CMYK Percentages of Color #8dbaed

%41
%22
%0
%7

Triadic Colors of #8dbaed

#8dbaed #ed8dba #baed8d

Analogous Colors of #8dbaed

#8dbaed #908ded #8deaed

Monochromatic Colors of #8dbaed

#8dbaed

Complementary Color

#8dbaed #edc08d

#8dbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbaed Color CSS Codes

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

#8dbaed Text Font Color

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

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


#8dbaed Background Color

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

This div background color is #8dbaed


#8dbaed Border Color

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

This div border color is #8dbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbaed


Comments

No comments written yet.

Please login to write comment.