Color Hex Logo

#adf1cf Color Hex

#ADF1CF
(173,241,207)
0 Favorites   0 Comments

Color spaces of #adf1cf

RGB 173241207
HSL0.420.710.81
HSV150°28°95°
CMYK 0.280.000.14   0.05
XYZ59.951476.299870.5991
Yxy76.29980.28980.3689
Hunter Lab87.3498-30.350913.2246
CIE-Lab89.9984-28.08739.6508

#adf1cf color RGB value is (173,241,207).

#adf1cf hex color red value is 173, green value is 241 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #adf1cf hue: 0.42 , saturation: 0.71 and the lightness value of adf1cf is 0.81.

The process color (four color CMYK) of #adf1cf color hex is 0.28, 0.00, 0.14, 0.05. Web safe color of #adf1cf is #99ffcc. Color #adf1cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 11001111
Octal 255 361 317
Decimal 173 241 207
Hex AD F1 CF

RGB Percentages of Color #adf1cf

%27.86
%38.81
%33.33

CMYK Percentages of Color #adf1cf

%28
%0
%14
%5

Triadic Colors of #adf1cf

#adf1cf #cfadf1 #f1cfad

Analogous Colors of #adf1cf

#adf1cf #adf1f1 #adf1ad

Monochromatic Colors of #adf1cf

#adf1cf

Complementary Color

#adf1cf #f1adcf

#adf1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf1cf Color CSS Codes

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

#adf1cf Text Font Color

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

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


#adf1cf Background Color

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

This div background color is #adf1cf


#adf1cf Border Color

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

This div border color is #adf1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf1cf

#adf1cf Color Palettes


Comments

No comments written yet.

Please login to write comment.