Color Hex Logo

#99bdaf Color Hex

#99BDAF
(153,189,175)
0 Favorites   0 Comments

Color spaces of #99bdaf

RGB 153189175
HSL0.440.210.67
HSV157°19°74°
CMYK 0.190.000.07   0.26
XYZ39.072346.262647.4277
Yxy46.26260.29430.3485
Hunter Lab68.0166-16.48936.2690
CIE-Lab73.7156-14.93023.0746

#99bdaf color RGB value is (153,189,175).

#99bdaf hex color red value is 153, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #99bdaf hue: 0.44 , saturation: 0.21 and the lightness value of 99bdaf is 0.67.

The process color (four color CMYK) of #99bdaf color hex is 0.19, 0.00, 0.07, 0.26. Web safe color of #99bdaf is #99cc99. Color #99bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111101 10101111
Octal 231 275 257
Decimal 153 189 175
Hex 99 BD AF

RGB Percentages of Color #99bdaf

%29.59
%36.56
%33.85

CMYK Percentages of Color #99bdaf

%19
%0
%7
%26

Triadic Colors of #99bdaf

#99bdaf #af99bd #bdaf99

Analogous Colors of #99bdaf

#99bdaf #99b9bd #99bd9d

Monochromatic Colors of #99bdaf

#99bdaf

Complementary Color

#99bdaf #bd99a7

#99bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bdaf Color CSS Codes

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

#99bdaf Text Font Color

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

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


#99bdaf Background Color

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

This div background color is #99bdaf


#99bdaf Border Color

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

This div border color is #99bdaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,189,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99bdaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99bdaf;
  -webkit-box-shadow: 1px 1px 3px 2px #99bdaf;
  box-shadow:         1px 1px 3px 2px #99bdaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,189,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bdaf


Comments

No comments written yet.

Please login to write comment.