Color Hex Logo

#8acfad Color Hex

#8ACFAD
(138,207,173)
0 Favorites   0 Comments

Color spaces of #8acfad

RGB 138207173
HSL0.420.420.68
HSV150°33°81°
CMYK 0.330.000.16   0.19
XYZ40.336953.046147.6481
Yxy53.04610.28600.3761
Hunter Lab72.8328-28.598812.1947
CIE-Lab77.9022-29.007510.0584

#8acfad color RGB value is (138,207,173).

#8acfad hex color red value is 138, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8acfad hue: 0.42 , saturation: 0.42 and the lightness value of 8acfad is 0.68.

The process color (four color CMYK) of #8acfad color hex is 0.33, 0.00, 0.16, 0.19. Web safe color of #8acfad is #99cc99. Color #8acfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001111 10101101
Octal 212 317 255
Decimal 138 207 173
Hex 8A CF AD

RGB Percentages of Color #8acfad

%26.64
%39.96
%33.40

CMYK Percentages of Color #8acfad

%33
%0
%16
%19

Triadic Colors of #8acfad

#8acfad #ad8acf #cfad8a

Analogous Colors of #8acfad

#8acfad #8acfcf #8acf8b

Monochromatic Colors of #8acfad

#8acfad

Complementary Color

#8acfad #cf8aac

#8acfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acfad Color CSS Codes

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

#8acfad Text Font Color

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

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


#8acfad Background Color

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

This div background color is #8acfad


#8acfad Border Color

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

This div border color is #8acfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,207,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acfad


Comments

No comments written yet.

Please login to write comment.