Color Hex Logo

#8ad7bf Color Hex

#8AD7BF
(138,215,191)
0 Favorites   0 Comments

Color spaces of #8ad7bf

RGB 138215191
HSL0.450.490.69
HSV161°36°84°
CMYK 0.360.000.11   0.16
XYZ44.185657.765758.1113
Yxy57.76570.27610.3609
Hunter Lab76.0037-29.23377.8704
CIE-Lab80.6084-29.08264.3365

#8ad7bf color RGB value is (138,215,191).

#8ad7bf hex color red value is 138, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8ad7bf hue: 0.45 , saturation: 0.49 and the lightness value of 8ad7bf is 0.69.

The process color (four color CMYK) of #8ad7bf color hex is 0.36, 0.00, 0.11, 0.16. Web safe color of #8ad7bf is #99cccc. Color #8ad7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010111 10111111
Octal 212 327 277
Decimal 138 215 191
Hex 8A D7 BF

RGB Percentages of Color #8ad7bf

%25.37
%39.52
%35.11

CMYK Percentages of Color #8ad7bf

%36
%0
%11
%16

Triadic Colors of #8ad7bf

#8ad7bf #bf8ad7 #d7bf8a

Analogous Colors of #8ad7bf

#8ad7bf #8ac9d7 #8ad799

Monochromatic Colors of #8ad7bf

#8ad7bf

Complementary Color

#8ad7bf #d78aa2

#8ad7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad7bf Color CSS Codes

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

#8ad7bf Text Font Color

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

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


#8ad7bf Background Color

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

This div background color is #8ad7bf


#8ad7bf Border Color

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

This div border color is #8ad7bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,215,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 #8ad7bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad7bf


Comments

No comments written yet.

Please login to write comment.