Color Hex Logo

#8dbaec Color Hex

#8DBAEC
(141,186,236)
0 Favorites   0 Comments

Color spaces of #8dbaec

RGB 141186236
HSL0.590.710.74
HSV212°40°93°
CMYK 0.400.210.00   0.07
XYZ43.683746.836786.0949
Yxy46.83670.24730.2652
Hunter Lab68.4373-5.8284-26.6813
CIE-Lab74.0852-2.4377-29.6228

#8dbaec color RGB value is (141,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 11101100
Octal 215 272 354
Decimal 141 186 236
Hex 8D BA EC

RGB Percentages of Color #8dbaec

%25.04
%33.04
%41.92

CMYK Percentages of Color #8dbaec

%40
%21
%0
%7

Triadic Colors of #8dbaec

#8dbaec #ec8dba #baec8d

Analogous Colors of #8dbaec

#8dbaec #908dec #8deaec

Monochromatic Colors of #8dbaec

#8dbaec

Complementary Color

#8dbaec #ecbf8d

#8dbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbaec Color CSS Codes

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

#8dbaec Text Font Color

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

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


#8dbaec Background Color

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

This div background color is #8dbaec


#8dbaec Border Color

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

This div border color is #8dbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbaec


Comments

No comments written yet.

Please login to write comment.