Color Hex Logo

#8dacea Color Hex

#8DACEA
(141,172,234)
0 Favorites   0 Comments

Color spaces of #8dacea

RGB 141172234
HSL0.610.690.74
HSV220°40°92°
CMYK 0.400.260.00   0.08
XYZ40.588341.108383.6374
Yxy41.10830.24550.2486
Hunter Lab64.11580.7964-32.4613
CIE-Lab70.25174.7477-34.4555

#8dacea color RGB value is (141,172,234).

#8dacea hex color red value is 141, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8dacea hue: 0.61 , saturation: 0.69 and the lightness value of 8dacea is 0.74.

The process color (four color CMYK) of #8dacea color hex is 0.40, 0.26, 0.00, 0.08. Web safe color of #8dacea is #9999ff. Color #8dacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11101010
Octal 215 254 352
Decimal 141 172 234
Hex 8D AC EA

RGB Percentages of Color #8dacea

%25.78
%31.44
%42.78

CMYK Percentages of Color #8dacea

%40
%26
%0
%8

Triadic Colors of #8dacea

#8dacea #ea8dac #acea8d

Analogous Colors of #8dacea

#8dacea #9d8dea #8ddbea

Monochromatic Colors of #8dacea

#8dacea

Complementary Color

#8dacea #eacb8d

#8dacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacea Color CSS Codes

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

#8dacea Text Font Color

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

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


#8dacea Background Color

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

This div background color is #8dacea


#8dacea Border Color

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

This div border color is #8dacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacea


Comments

No comments written yet.

Please login to write comment.