Color Hex Logo

#99cbbe Color Hex

#99CBBE
(153,203,190)
0 Favorites   0 Comments

Color spaces of #99cbbe

RGB 153203190
HSL0.460.320.70
HSV164°25°80°
CMYK 0.250.000.06   0.20
XYZ43.787153.201956.6764
Yxy53.20190.28500.3462
Hunter Lab72.9396-20.48734.9875
CIE-Lab77.9941-18.98211.1755

#99cbbe color RGB value is (153,203,190).

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

The process color (four color CMYK) of #99cbbe color hex is 0.25, 0.00, 0.06, 0.20. Web safe color of #99cbbe is #99cccc. Color #99cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001011 10111110
Octal 231 313 276
Decimal 153 203 190
Hex 99 CB BE

RGB Percentages of Color #99cbbe

%28.02
%37.18
%34.80

CMYK Percentages of Color #99cbbe

%25
%0
%6
%20

Triadic Colors of #99cbbe

#99cbbe #be99cb #cbbe99

Analogous Colors of #99cbbe

#99cbbe #99bfcb #99cba5

Monochromatic Colors of #99cbbe

#99cbbe

Complementary Color

#99cbbe #cb99a6

#99cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cbbe Color CSS Codes

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

#99cbbe Text Font Color

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

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


#99cbbe Background Color

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

This div background color is #99cbbe


#99cbbe Border Color

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

This div border color is #99cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cbbe


Comments

No comments written yet.

Please login to write comment.