Color Hex Logo

#adfcc2 Color Hex

#ADFCC2
(173,252,194)
0 Favorites   0 Comments

Color spaces of #adfcc2

RGB 173252194
HSL0.380.930.83
HSV136°31°99°
CMYK 0.310.000.23   0.01
XYZ61.781682.400163.6875
Yxy82.40010.29720.3964
Hunter Lab90.7745-37.367321.9442
CIE-Lab92.7512-35.633020.2410

#adfcc2 color RGB value is (173,252,194).

#adfcc2 hex color red value is 173, green value is 252 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #adfcc2 hue: 0.38 , saturation: 0.93 and the lightness value of adfcc2 is 0.83.

The process color (four color CMYK) of #adfcc2 color hex is 0.31, 0.00, 0.23, 0.01. Web safe color of #adfcc2 is #99ffcc. Color #adfcc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 11000010
Octal 255 374 302
Decimal 173 252 194
Hex AD FC C2

RGB Percentages of Color #adfcc2

%27.95
%40.71
%31.34

CMYK Percentages of Color #adfcc2

%31
%0
%23
%1

Triadic Colors of #adfcc2

#adfcc2 #c2adfc #fcc2ad

Analogous Colors of #adfcc2

#adfcc2 #adfcea #c0fcad

Monochromatic Colors of #adfcc2

#adfcc2

Complementary Color

#adfcc2 #fcade7

#adfcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfcc2 Color CSS Codes

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

#adfcc2 Text Font Color

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

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


#adfcc2 Background Color

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

This div background color is #adfcc2


#adfcc2 Border Color

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

This div border color is #adfcc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,252,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #adfcc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfcc2


Comments

No comments written yet.

Please login to write comment.