Color Hex Logo

#adfaca Color Hex

#ADFACA
(173,250,202)
0 Favorites   0 Comments

Color spaces of #adfaca

RGB 173250202
HSL0.400.890.83
HSV143°31°98°
CMYK 0.310.000.19   0.02
XYZ62.079981.519768.3400
Yxy81.51970.29290.3846
Hunter Lab90.2883-35.272418.3246
CIE-Lab92.3625-33.261615.5932

#adfaca color RGB value is (173,250,202).

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

The process color (four color CMYK) of #adfaca color hex is 0.31, 0.00, 0.19, 0.02. Web safe color of #adfaca is #99ffcc. Color #adfaca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 11001010
Octal 255 372 312
Decimal 173 250 202
Hex AD FA CA

RGB Percentages of Color #adfaca

%27.68
%40.00
%32.32

CMYK Percentages of Color #adfaca

%31
%0
%19
%2

Triadic Colors of #adfaca

#adfaca #caadfa #facaad

Analogous Colors of #adfaca

#adfaca #adfaf1 #b7faad

Monochromatic Colors of #adfaca

#adfaca

Complementary Color

#adfaca #faaddd

#adfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfaca Color CSS Codes

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

#adfaca Text Font Color

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

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


#adfaca Background Color

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

This div background color is #adfaca


#adfaca Border Color

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

This div border color is #adfaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfaca


Comments

No comments written yet.

Please login to write comment.