Color Hex Logo

#abdfca Color Hex

#ABDFCA
(171,223,202)
0 Favorites   0 Comments

Color spaces of #abdfca

RGB 171223202
HSL0.430.450.77
HSV156°23°87°
CMYK 0.230.000.09   0.13
XYZ53.842965.697565.7202
Yxy65.69750.29060.3546
Hunter Lab81.0540-23.26978.6643
CIE-Lab84.8419-20.94954.8434

#abdfca color RGB value is (171,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11001010
Octal 253 337 312
Decimal 171 223 202
Hex AB DF CA

RGB Percentages of Color #abdfca

%28.69
%37.42
%33.89

CMYK Percentages of Color #abdfca

%23
%0
%9
%13

Triadic Colors of #abdfca

#abdfca #caabdf #dfcaab

Analogous Colors of #abdfca

#abdfca #abdadf #abdfb0

Monochromatic Colors of #abdfca

#abdfca

Complementary Color

#abdfca #dfabc0

#abdfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfca Color CSS Codes

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

#abdfca Text Font Color

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

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


#abdfca Background Color

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

This div background color is #abdfca


#abdfca Border Color

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

This div border color is #abdfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfca


Comments

No comments written yet.

Please login to write comment.