Color Hex Logo

#add3bf Color Hex

#ADD3BF
(173,211,191)
0 Favorites   0 Comments

Color spaces of #add3bf

RGB 173211191
HSL0.410.300.75
HSV148°18°83°
CMYK 0.180.000.09   0.17
XYZ49.931859.234458.0919
Yxy59.23440.29850.3541
Hunter Lab76.9639-18.88159.1230
CIE-Lab81.4203-16.47125.7544

#add3bf color RGB value is (173,211,191).

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

The process color (four color CMYK) of #add3bf color hex is 0.18, 0.00, 0.09, 0.17. Web safe color of #add3bf is #99cccc. Color #add3bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 10111111
Octal 255 323 277
Decimal 173 211 191
Hex AD D3 BF

RGB Percentages of Color #add3bf

%30.09
%36.70
%33.22

CMYK Percentages of Color #add3bf

%18
%0
%9
%17

Triadic Colors of #add3bf

#add3bf #bfadd3 #d3bfad

Analogous Colors of #add3bf

#add3bf #add3d2 #aed3ad

Monochromatic Colors of #add3bf

#add3bf

Complementary Color

#add3bf #d3adc1

#add3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3bf Color CSS Codes

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

#add3bf Text Font Color

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

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


#add3bf Background Color

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

This div background color is #add3bf


#add3bf Border Color

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

This div border color is #add3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3bf


Comments

No comments written yet.

Please login to write comment.