Color Hex Logo

#a8cdba Color Hex

#A8CDBA
(168,205,186)
0 Favorites   0 Comments

Color spaces of #a8cdba

RGB 168205186
HSL0.410.270.73
HSV149°18°80°
CMYK 0.180.000.09   0.20
XYZ46.842755.532654.7044
Yxy55.53260.29820.3535
Hunter Lab74.5202-18.20698.6400
CIE-Lab79.3471-16.03265.3963

#a8cdba color RGB value is (168,205,186).

#a8cdba hex color red value is 168, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a8cdba hue: 0.41 , saturation: 0.27 and the lightness value of a8cdba is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001101 10111010
Octal 250 315 272
Decimal 168 205 186
Hex A8 CD BA

RGB Percentages of Color #a8cdba

%30.05
%36.67
%33.27

CMYK Percentages of Color #a8cdba

%18
%0
%9
%20

Triadic Colors of #a8cdba

#a8cdba #baa8cd #cdbaa8

Analogous Colors of #a8cdba

#a8cdba #a8cdcd #a9cda8

Monochromatic Colors of #a8cdba

#a8cdba

Complementary Color

#a8cdba #cda8bb

#a8cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cdba Color CSS Codes

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

#a8cdba Text Font Color

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

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


#a8cdba Background Color

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

This div background color is #a8cdba


#a8cdba Border Color

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

This div border color is #a8cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cdba


Comments

No comments written yet.

Please login to write comment.