Color Hex Logo

#adf9d0 Color Hex

#ADF9D0
(173,249,208)
0 Favorites   0 Comments

Color spaces of #adf9d0

RGB 173249208
HSL0.410.860.83
HSV148°31°98°
CMYK 0.310.000.16   0.02
XYZ62.494481.189772.0519
Yxy81.18970.28970.3763
Hunter Lab90.1053-33.882015.6630
CIE-Lab92.2160-31.667112.2950

#adf9d0 color RGB value is (173,249,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 11010000
Octal 255 371 320
Decimal 173 249 208
Hex AD F9 D0

RGB Percentages of Color #adf9d0

%27.46
%39.52
%33.02

CMYK Percentages of Color #adf9d0

%31
%0
%16
%2

Triadic Colors of #adf9d0

#adf9d0 #d0adf9 #f9d0ad

Analogous Colors of #adf9d0

#adf9d0 #adf9f6 #b0f9ad

Monochromatic Colors of #adf9d0

#adf9d0

Complementary Color

#adf9d0 #f9add6

#adf9d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf9d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf9d0 Color CSS Codes

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

#adf9d0 Text Font Color

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

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


#adf9d0 Background Color

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

This div background color is #adf9d0


#adf9d0 Border Color

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

This div border color is #adf9d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf9d0


Comments

No comments written yet.

Please login to write comment.