Color Hex Logo

#a8dbbe Color Hex

#A8DBBE
(168,219,190)
0 Favorites   0 Comments

Color spaces of #a8dbbe

RGB 168219190
HSL0.410.410.76
HSV146°23°86°
CMYK 0.230.000.13   0.14
XYZ50.774262.705658.1425
Yxy62.70560.29580.3654
Hunter Lab79.1869-24.123811.8975
CIE-Lab83.2872-22.26238.9262

#a8dbbe color RGB value is (168,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011011 10111110
Octal 250 333 276
Decimal 168 219 190
Hex A8 DB BE

RGB Percentages of Color #a8dbbe

%29.12
%37.95
%32.93

CMYK Percentages of Color #a8dbbe

%23
%0
%13
%14

Triadic Colors of #a8dbbe

#a8dbbe #bea8db #dbbea8

Analogous Colors of #a8dbbe

#a8dbbe #a8dbd8 #acdba8

Monochromatic Colors of #a8dbbe

#a8dbbe

Complementary Color

#a8dbbe #dba8c5

#a8dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dbbe Color CSS Codes

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

#a8dbbe Text Font Color

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

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


#a8dbbe Background Color

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

This div background color is #a8dbbe


#a8dbbe Border Color

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

This div border color is #a8dbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,219,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 #a8dbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dbbe


Comments

No comments written yet.

Please login to write comment.