Color Hex Logo

#adf9ce Color Hex

#ADF9CE
(173,249,206)
0 Favorites   0 Comments

Color spaces of #adf9ce

RGB 173249206
HSL0.410.860.83
HSV146°31°98°
CMYK 0.310.000.17   0.02
XYZ62.249881.091870.7639
Yxy81.09180.29070.3787
Hunter Lab90.0510-34.197016.4444
CIE-Lab92.1725-32.047513.2647

#adf9ce color RGB value is (173,249,206).

#adf9ce hex color red value is 173, green value is 249 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #adf9ce hue: 0.41 , saturation: 0.86 and the lightness value of adf9ce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 11001110
Octal 255 371 316
Decimal 173 249 206
Hex AD F9 CE

RGB Percentages of Color #adf9ce

%27.55
%39.65
%32.80

CMYK Percentages of Color #adf9ce

%31
%0
%17
%2

Triadic Colors of #adf9ce

#adf9ce #ceadf9 #f9cead

Analogous Colors of #adf9ce

#adf9ce #adf9f4 #b2f9ad

Monochromatic Colors of #adf9ce

#adf9ce

Complementary Color

#adf9ce #f9add8

#adf9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf9ce Color CSS Codes

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

#adf9ce Text Font Color

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

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


#adf9ce Background Color

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

This div background color is #adf9ce


#adf9ce Border Color

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

This div border color is #adf9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf9ce


Comments

No comments written yet.

Please login to write comment.