Color Hex Logo

#8dabbb Color Hex

#8DABBB
(141,171,187)
0 Favorites   0 Comments

Color spaces of #8dabbb

RGB 141171187
HSL0.560.250.64
HSV201°25°73°
CMYK 0.250.090.00   0.27
XYZ34.517138.376452.6019
Yxy38.37640.27500.3058
Hunter Lab61.9487-8.9520-6.9803
CIE-Lab68.2971-6.6232-11.5918

#8dabbb color RGB value is (141,171,187).

#8dabbb hex color red value is 141, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8dabbb hue: 0.56 , saturation: 0.25 and the lightness value of 8dabbb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 10111011
Octal 215 253 273
Decimal 141 171 187
Hex 8D AB BB

RGB Percentages of Color #8dabbb

%28.26
%34.27
%37.47

CMYK Percentages of Color #8dabbb

%25
%9
%0
%27

Triadic Colors of #8dabbb

#8dabbb #bb8dab #abbb8d

Analogous Colors of #8dabbb

#8dabbb #8d94bb #8dbbb4

Monochromatic Colors of #8dabbb

#8dabbb

Complementary Color

#8dabbb #bb9d8d

#8dabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabbb Color CSS Codes

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

#8dabbb Text Font Color

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

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


#8dabbb Background Color

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

This div background color is #8dabbb


#8dabbb Border Color

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

This div border color is #8dabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabbb


Comments

No comments written yet.

Please login to write comment.