Color Hex Logo

#99dbcb Color Hex

#99DBCB
(153,219,203)
0 Favorites   0 Comments

Color spaces of #99dbcb

RGB 153219203
HSL0.460.480.73
HSV165°30°86°
CMYK 0.300.000.07   0.14
XYZ49.247961.747165.8227
Yxy61.74710.27850.3492
Hunter Lab78.5793-25.64285.3407
CIE-Lab82.7787-24.17721.1985

#99dbcb color RGB value is (153,219,203).

#99dbcb hex color red value is 153, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #99dbcb hue: 0.46 , saturation: 0.48 and the lightness value of 99dbcb is 0.73.

The process color (four color CMYK) of #99dbcb color hex is 0.30, 0.00, 0.07, 0.14. Web safe color of #99dbcb is #99cccc. Color #99dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 11001011
Octal 231 333 313
Decimal 153 219 203
Hex 99 DB CB

RGB Percentages of Color #99dbcb

%26.61
%38.09
%35.30

CMYK Percentages of Color #99dbcb

%30
%0
%7
%14

Triadic Colors of #99dbcb

#99dbcb #cb99db #dbcb99

Analogous Colors of #99dbcb

#99dbcb #99cadb #99dbaa

Monochromatic Colors of #99dbcb

#99dbcb

Complementary Color

#99dbcb #db99a9

#99dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbcb Color CSS Codes

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

#99dbcb Text Font Color

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

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


#99dbcb Background Color

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

This div background color is #99dbcb


#99dbcb Border Color

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

This div border color is #99dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbcb


Comments

No comments written yet.

Please login to write comment.