Color Hex Logo

#adfdbf Color Hex

#ADFDBF
(173,253,191)
0 Favorites   0 Comments

Color spaces of #adfdbf

RGB 173253191
HSL0.370.950.84
HSV134°32°99°
CMYK 0.320.000.25   0.01
XYZ61.762882.896462.0356
Yxy82.89640.29880.4011
Hunter Lab91.0475-38.246123.3357
CIE-Lab92.9691-36.616222.0755

#adfdbf color RGB value is (173,253,191).

#adfdbf hex color red value is 173, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adfdbf hue: 0.37 , saturation: 0.95 and the lightness value of adfdbf is 0.84.

The process color (four color CMYK) of #adfdbf color hex is 0.32, 0.00, 0.25, 0.01. Web safe color of #adfdbf is #99ffcc. Color #adfdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 10111111
Octal 255 375 277
Decimal 173 253 191
Hex AD FD BF

RGB Percentages of Color #adfdbf

%28.04
%41.00
%30.96

CMYK Percentages of Color #adfdbf

%32
%0
%25
%1

Triadic Colors of #adfdbf

#adfdbf #bfadfd #fdbfad

Analogous Colors of #adfdbf

#adfdbf #adfde7 #c3fdad

Monochromatic Colors of #adfdbf

#adfdbf

Complementary Color

#adfdbf #fdadeb

#adfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdbf Color CSS Codes

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

#adfdbf Text Font Color

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

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


#adfdbf Background Color

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

This div background color is #adfdbf


#adfdbf Border Color

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

This div border color is #adfdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.