Color Hex Logo

#adffca Color Hex

#ADFFCA
(173,255,202)
0 Favorites   0 Comments

Color spaces of #adffca

RGB 173255202
HSL0.391.000.84
HSV141°32°100°
CMYK 0.320.000.21   0.00
XYZ63.654384.668568.8648
Yxy84.66850.29310.3898
Hunter Lab92.0155-37.544720.0379
CIE-Lab93.7401-35.562917.5312

#adffca color RGB value is (173,255,202).

#adffca hex color red value is 173, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adffca hue: 0.39 , saturation: 1.00 and the lightness value of adffca is 0.84.

The process color (four color CMYK) of #adffca color hex is 0.32, 0.00, 0.21, 0.00. Web safe color of #adffca is #99ffcc. Color #adffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111111 11001010
Octal 255 377 312
Decimal 173 255 202
Hex AD FF CA

RGB Percentages of Color #adffca

%27.46
%40.48
%32.06

CMYK Percentages of Color #adffca

%32
%0
%21
%0

Triadic Colors of #adffca

#adffca #caadff #ffcaad

Analogous Colors of #adffca

#adffca #adfff3 #b9ffad

Monochromatic Colors of #adffca

#adffca

Complementary Color

#adffca #ffade2

#adffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adffca Color CSS Codes

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

#adffca Text Font Color

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

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


#adffca Background Color

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

This div background color is #adffca


#adffca Border Color

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

This div border color is #adffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adffca

#adffca Color Palettes


Comments

No comments written yet.

Please login to write comment.