Color Hex Logo

#99cabd Color Hex

#99CABD
(153,202,189)
0 Favorites   0 Comments

Color spaces of #99cabd

RGB 153202189
HSL0.460.320.70
HSV164°24°79°
CMYK 0.240.000.06   0.21
XYZ43.442752.687556.0241
Yxy52.68750.28550.3463
Hunter Lab72.5862-20.19385.0486
CIE-Lab77.6901-18.68721.2711

#99cabd color RGB value is (153,202,189).

#99cabd hex color red value is 153, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99cabd hue: 0.46 , saturation: 0.32 and the lightness value of 99cabd is 0.70.

The process color (four color CMYK) of #99cabd color hex is 0.24, 0.00, 0.06, 0.21. Web safe color of #99cabd is #99cccc. Color #99cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001010 10111101
Octal 231 312 275
Decimal 153 202 189
Hex 99 CA BD

RGB Percentages of Color #99cabd

%28.13
%37.13
%34.74

CMYK Percentages of Color #99cabd

%24
%0
%6
%21

Triadic Colors of #99cabd

#99cabd #bd99ca #cabd99

Analogous Colors of #99cabd

#99cabd #99bfca #99caa5

Monochromatic Colors of #99cabd

#99cabd

Complementary Color

#99cabd #ca99a6

#99cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cabd Color CSS Codes

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

#99cabd Text Font Color

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

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


#99cabd Background Color

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

This div background color is #99cabd


#99cabd Border Color

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

This div border color is #99cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cabd


Comments

No comments written yet.

Please login to write comment.