Color Hex Logo

#a8dbca Color Hex

#A8DBCA
(168,219,202)
0 Favorites   0 Comments

Color spaces of #a8dbca

RGB 168219202
HSL0.440.410.76
HSV160°23°86°
CMYK 0.230.000.08   0.14
XYZ52.140663.252165.3379
Yxy63.25210.28850.3500
Hunter Lab79.5312-22.15516.9628
CIE-Lab83.5748-19.89492.9873

#a8dbca color RGB value is (168,219,202).

#a8dbca hex color red value is 168, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a8dbca hue: 0.44 , saturation: 0.41 and the lightness value of a8dbca is 0.76.

The process color (four color CMYK) of #a8dbca color hex is 0.23, 0.00, 0.08, 0.14. Web safe color of #a8dbca is #99cccc. Color #a8dbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011011 11001010
Octal 250 333 312
Decimal 168 219 202
Hex A8 DB CA

RGB Percentages of Color #a8dbca

%28.52
%37.18
%34.30

CMYK Percentages of Color #a8dbca

%23
%0
%8
%14

Triadic Colors of #a8dbca

#a8dbca #caa8db #dbcaa8

Analogous Colors of #a8dbca

#a8dbca #a8d3db #a8dbb1

Monochromatic Colors of #a8dbca

#a8dbca

Complementary Color

#a8dbca #dba8b9

#a8dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dbca Color CSS Codes

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

#a8dbca Text Font Color

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

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


#a8dbca Background Color

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

This div background color is #a8dbca


#a8dbca Border Color

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

This div border color is #a8dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dbca

#a8dbca Color Palettes


Comments

No comments written yet.

Please login to write comment.