Color Hex Logo

#8adabf Color Hex

#8ADABF
(138,218,191)
0 Favorites   0 Comments

Color spaces of #8adabf

RGB 138218191
HSL0.440.520.70
HSV160°37°85°
CMYK 0.370.000.12   0.15
XYZ44.956659.307758.3683
Yxy59.30770.27640.3647
Hunter Lab77.0115-30.56818.9712
CIE-Lab81.4604-30.51555.5668

#8adabf color RGB value is (138,218,191).

#8adabf hex color red value is 138, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8adabf hue: 0.44 , saturation: 0.52 and the lightness value of 8adabf is 0.70.

The process color (four color CMYK) of #8adabf color hex is 0.37, 0.00, 0.12, 0.15. Web safe color of #8adabf is #99cccc. Color #8adabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10111111
Octal 212 332 277
Decimal 138 218 191
Hex 8A DA BF

RGB Percentages of Color #8adabf

%25.23
%39.85
%34.92

CMYK Percentages of Color #8adabf

%37
%0
%12
%15

Triadic Colors of #8adabf

#8adabf #bf8ada #dabf8a

Analogous Colors of #8adabf

#8adabf #8acdda #8ada97

Monochromatic Colors of #8adabf

#8adabf

Complementary Color

#8adabf #da8aa5

#8adabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adabf Color CSS Codes

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

#8adabf Text Font Color

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

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


#8adabf Background Color

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

This div background color is #8adabf


#8adabf Border Color

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

This div border color is #8adabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adabf


Comments

No comments written yet.

Please login to write comment.