Color Hex Logo

#add5bf Color Hex

#ADD5BF
(173,213,191)
0 Favorites   0 Comments

Color spaces of #add5bf

RGB 173213191
HSL0.410.320.76
HSV147°19°84°
CMYK 0.190.000.10   0.16
XYZ50.431860.234358.2586
Yxy60.23430.29850.3566
Hunter Lab77.6108-19.82889.8214
CIE-Lab81.9654-17.47876.5392

#add5bf color RGB value is (173,213,191).

#add5bf hex color red value is 173, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #add5bf hue: 0.41 , saturation: 0.32 and the lightness value of add5bf is 0.76.

The process color (four color CMYK) of #add5bf color hex is 0.19, 0.00, 0.10, 0.16. Web safe color of #add5bf is #99cccc. Color #add5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010101 10111111
Octal 255 325 277
Decimal 173 213 191
Hex AD D5 BF

RGB Percentages of Color #add5bf

%29.98
%36.92
%33.10

CMYK Percentages of Color #add5bf

%19
%0
%10
%16

Triadic Colors of #add5bf

#add5bf #bfadd5 #d5bfad

Analogous Colors of #add5bf

#add5bf #add5d3 #afd5ad

Monochromatic Colors of #add5bf

#add5bf

Complementary Color

#add5bf #d5adc3

#add5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#add5bf Color CSS Codes

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

#add5bf Text Font Color

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

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


#add5bf Background Color

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

This div background color is #add5bf


#add5bf Border Color

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

This div border color is #add5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add5bf


Comments

No comments written yet.

Please login to write comment.