Color Hex Logo

#a8ccbe Color Hex

#A8CCBE
(168,204,190)
0 Favorites   0 Comments

Color spaces of #a8ccbe

RGB 168204190
HSL0.440.260.73
HSV157°18°80°
CMYK 0.180.000.07   0.20
XYZ47.035655.228356.8963
Yxy55.22830.29550.3470
Hunter Lab74.3157-17.07716.6285
CIE-Lab79.1726-14.73922.9997

#a8ccbe color RGB value is (168,204,190).

#a8ccbe hex color red value is 168, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a8ccbe hue: 0.44 , saturation: 0.26 and the lightness value of a8ccbe is 0.73.

The process color (four color CMYK) of #a8ccbe color hex is 0.18, 0.00, 0.07, 0.20. Web safe color of #a8ccbe is #99cccc. Color #a8ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001100 10111110
Octal 250 314 276
Decimal 168 204 190
Hex A8 CC BE

RGB Percentages of Color #a8ccbe

%29.89
%36.30
%33.81

CMYK Percentages of Color #a8ccbe

%18
%0
%7
%20

Triadic Colors of #a8ccbe

#a8ccbe #bea8cc #ccbea8

Analogous Colors of #a8ccbe

#a8ccbe #a8c8cc #a8ccac

Monochromatic Colors of #a8ccbe

#a8ccbe

Complementary Color

#a8ccbe #cca8b6

#a8ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ccbe Color CSS Codes

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

#a8ccbe Text Font Color

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

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


#a8ccbe Background Color

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

This div background color is #a8ccbe


#a8ccbe Border Color

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

This div border color is #a8ccbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,204,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8ccbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8ccbe;
  -webkit-box-shadow: 1px 1px 3px 2px #a8ccbe;
  box-shadow:         1px 1px 3px 2px #a8ccbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ccbe


Comments

No comments written yet.

Please login to write comment.