Color Hex Logo

#8dacbe Color Hex

#8DACBE
(141,172,190)
0 Favorites   0 Comments

Color spaces of #8dacbe

RGB 141172190
HSL0.560.270.65
HSV202°26°75°
CMYK 0.260.090.00   0.25
XYZ35.031338.885554.3745
Yxy38.88550.27310.3031
Hunter Lab62.3582-8.8501-8.0483
CIE-Lab68.6682-6.4602-12.6952

#8dacbe color RGB value is (141,172,190).

#8dacbe hex color red value is 141, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8dacbe hue: 0.56 , saturation: 0.27 and the lightness value of 8dacbe is 0.65.

The process color (four color CMYK) of #8dacbe color hex is 0.26, 0.09, 0.00, 0.25. Web safe color of #8dacbe is #9999cc. Color #8dacbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 10111110
Octal 215 254 276
Decimal 141 172 190
Hex 8D AC BE

RGB Percentages of Color #8dacbe

%28.03
%34.19
%37.77

CMYK Percentages of Color #8dacbe

%26
%9
%0
%25

Triadic Colors of #8dacbe

#8dacbe #be8dac #acbe8d

Analogous Colors of #8dacbe

#8dacbe #8d94be #8dbeb8

Monochromatic Colors of #8dacbe

#8dacbe

Complementary Color

#8dacbe #be9f8d

#8dacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacbe Color CSS Codes

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

#8dacbe Text Font Color

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

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


#8dacbe Background Color

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

This div background color is #8dacbe


#8dacbe Border Color

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

This div border color is #8dacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacbe


Comments

No comments written yet.

Please login to write comment.