Color Hex Logo

#8accbf Color Hex

#8ACCBF
(138,204,191)
0 Favorites   0 Comments

Color spaces of #8accbf

RGB 138204191
HSL0.470.390.67
HSV168°32°80°
CMYK 0.320.000.06   0.20
XYZ41.478152.350657.2088
Yxy52.35060.27460.3466
Hunter Lab72.3537-24.29063.7680
CIE-Lab77.4900-23.7202-0.1957

#8accbf color RGB value is (138,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10111111
Octal 212 314 277
Decimal 138 204 191
Hex 8A CC BF

RGB Percentages of Color #8accbf

%25.89
%38.27
%35.83

CMYK Percentages of Color #8accbf

%32
%0
%6
%20

Triadic Colors of #8accbf

#8accbf #bf8acc #ccbf8a

Analogous Colors of #8accbf

#8accbf #8ab8cc #8acc9e

Monochromatic Colors of #8accbf

#8accbf

Complementary Color

#8accbf #cc8a97

#8accbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accbf Color CSS Codes

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

#8accbf Text Font Color

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

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


#8accbf Background Color

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

This div background color is #8accbf


#8accbf Border Color

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

This div border color is #8accbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accbf


Comments

No comments written yet.

Please login to write comment.