Color Hex Logo

#8accbc Color Hex

#8ACCBC
(138,204,188)
0 Favorites   0 Comments

Color spaces of #8accbc

RGB 138204188
HSL0.460.390.67
HSV165°32°80°
CMYK 0.320.000.08   0.20
XYZ41.151252.219855.4875
Yxy52.21980.27640.3508
Hunter Lab72.2633-24.81175.0583
CIE-Lab77.4121-24.38331.3050

#8accbc color RGB value is (138,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10111100
Octal 212 314 274
Decimal 138 204 188
Hex 8A CC BC

RGB Percentages of Color #8accbc

%26.04
%38.49
%35.47

CMYK Percentages of Color #8accbc

%32
%0
%8
%20

Triadic Colors of #8accbc

#8accbc #bc8acc #ccbc8a

Analogous Colors of #8accbc

#8accbc #8abbcc #8acc9b

Monochromatic Colors of #8accbc

#8accbc

Complementary Color

#8accbc #cc8a9a

#8accbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accbc Color CSS Codes

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

#8accbc Text Font Color

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

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


#8accbc Background Color

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

This div background color is #8accbc


#8accbc Border Color

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

This div border color is #8accbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accbc


Comments

No comments written yet.

Please login to write comment.