Color Hex Logo

#a8dfca Color Hex

#A8DFCA
(168,223,202)
0 Favorites   0 Comments

Color spaces of #a8dfca

RGB 168223202
HSL0.440.460.77
HSV157°25°87°
CMYK 0.250.000.09   0.13
XYZ53.196865.364565.6899
Yxy65.36450.28870.3548
Hunter Lab80.8483-24.03468.4202
CIE-Lab84.6712-21.87534.5752

#a8dfca color RGB value is (168,223,202).

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

The process color (four color CMYK) of #a8dfca color hex is 0.25, 0.00, 0.09, 0.13. Web safe color of #a8dfca is #99cccc. Color #a8dfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 11001010
Octal 250 337 312
Decimal 168 223 202
Hex A8 DF CA

RGB Percentages of Color #a8dfca

%28.33
%37.61
%34.06

CMYK Percentages of Color #a8dfca

%25
%0
%9
%13

Triadic Colors of #a8dfca

#a8dfca #caa8df #dfcaa8

Analogous Colors of #a8dfca

#a8dfca #a8d9df #a8dfaf

Monochromatic Colors of #a8dfca

#a8dfca

Complementary Color

#a8dfca #dfa8bd

#a8dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfca Color CSS Codes

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

#a8dfca Text Font Color

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

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


#a8dfca Background Color

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

This div background color is #a8dfca


#a8dfca Border Color

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

This div border color is #a8dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfca


Comments

No comments written yet.

Please login to write comment.