Color Hex Logo

#adf2ca Color Hex

#ADF2CA
(173,242,202)
0 Favorites   0 Comments

Color spaces of #adf2ca

RGB 173242202
HSL0.400.730.81
HSV145°29°95°
CMYK 0.290.000.17   0.05
XYZ59.646476.652867.5289
Yxy76.65280.29260.3761
Hunter Lab87.5516-31.608315.5555
CIE-Lab90.1616-29.519212.4788

#adf2ca color RGB value is (173,242,202).

#adf2ca hex color red value is 173, green value is 242 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adf2ca hue: 0.40 , saturation: 0.73 and the lightness value of adf2ca is 0.81.

The process color (four color CMYK) of #adf2ca color hex is 0.29, 0.00, 0.17, 0.05. Web safe color of #adf2ca is #99ffcc. Color #adf2ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 11001010
Octal 255 362 312
Decimal 173 242 202
Hex AD F2 CA

RGB Percentages of Color #adf2ca

%28.04
%39.22
%32.74

CMYK Percentages of Color #adf2ca

%29
%0
%17
%5

Triadic Colors of #adf2ca

#adf2ca #caadf2 #f2caad

Analogous Colors of #adf2ca

#adf2ca #adf2ed #b3f2ad

Monochromatic Colors of #adf2ca

#adf2ca

Complementary Color

#adf2ca #f2add5

#adf2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf2ca Color CSS Codes

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

#adf2ca Text Font Color

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

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


#adf2ca Background Color

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

This div background color is #adf2ca


#adf2ca Border Color

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

This div border color is #adf2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf2ca


Comments

No comments written yet.

Please login to write comment.