Color Hex Logo

#8acabf Color Hex

#8ACABF
(138,202,191)
0 Favorites   0 Comments

Color spaces of #8acabf

RGB 138202191
HSL0.470.380.67
HSV170°32°79°
CMYK 0.320.000.05   0.21
XYZ41.005751.405957.0513
Yxy51.40590.27440.3439
Hunter Lab71.6979-23.38303.0104
CIE-Lab76.9242-22.7268-1.0230

#8acabf color RGB value is (138,202,191).

#8acabf hex color red value is 138, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8acabf hue: 0.47 , saturation: 0.38 and the lightness value of 8acabf is 0.67.

The process color (four color CMYK) of #8acabf color hex is 0.32, 0.00, 0.05, 0.21. Web safe color of #8acabf is #99cccc. Color #8acabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001010 10111111
Octal 212 312 277
Decimal 138 202 191
Hex 8A CA BF

RGB Percentages of Color #8acabf

%25.99
%38.04
%35.97

CMYK Percentages of Color #8acabf

%32
%0
%5
%21

Triadic Colors of #8acabf

#8acabf #bf8aca #cabf8a

Analogous Colors of #8acabf

#8acabf #8ab5ca #8aca9f

Monochromatic Colors of #8acabf

#8acabf

Complementary Color

#8acabf #ca8a95

#8acabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acabf Color CSS Codes

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

#8acabf Text Font Color

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

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


#8acabf Background Color

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

This div background color is #8acabf


#8acabf Border Color

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

This div border color is #8acabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acabf


Comments

No comments written yet.

Please login to write comment.