Color Hex Logo

#8dabbf Color Hex

#8DABBF
(141,171,191)
0 Favorites   0 Comments

Color spaces of #8dabbf

RGB 141171191
HSL0.570.280.65
HSV204°26°75°
CMYK 0.260.100.00   0.25
XYZ34.951438.550154.8890
Yxy38.55010.27220.3003
Hunter Lab62.0887-8.1729-8.9527
CIE-Lab68.4241-5.6807-13.6150

#8dabbf color RGB value is (141,171,191).

#8dabbf hex color red value is 141, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8dabbf hue: 0.57 , saturation: 0.28 and the lightness value of 8dabbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 10111111
Octal 215 253 277
Decimal 141 171 191
Hex 8D AB BF

RGB Percentages of Color #8dabbf

%28.03
%34.00
%37.97

CMYK Percentages of Color #8dabbf

%26
%10
%0
%25

Triadic Colors of #8dabbf

#8dabbf #bf8dab #abbf8d

Analogous Colors of #8dabbf

#8dabbf #8d92bf #8dbfba

Monochromatic Colors of #8dabbf

#8dabbf

Complementary Color

#8dabbf #bfa18d

#8dabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dabbf Color CSS Codes

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

#8dabbf Text Font Color

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

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


#8dabbf Background Color

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

This div background color is #8dabbf


#8dabbf Border Color

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

This div border color is #8dabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dabbf


Comments

No comments written yet.

Please login to write comment.