Color Hex Logo

#99cbca Color Hex

#99CBCA
(153,203,202)
0 Favorites   0 Comments

Color spaces of #99cbca

RGB 153203202
HSL0.500.320.70
HSV179°25°80°
CMYK 0.250.000.00   0.20
XYZ45.153553.748463.8718
Yxy53.74840.27740.3302
Hunter Lab73.3133-18.3605-0.3352
CIE-Lab78.3148-16.3888-4.8105

#99cbca color RGB value is (153,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001011 11001010
Octal 231 313 312
Decimal 153 203 202
Hex 99 CB CA

RGB Percentages of Color #99cbca

%27.42
%36.38
%36.20

CMYK Percentages of Color #99cbca

%25
%0
%0
%20

Triadic Colors of #99cbca

#99cbca #ca99cb #cbca99

Analogous Colors of #99cbca

#99cbca #99b3cb #99cbb1

Monochromatic Colors of #99cbca

#99cbca

Complementary Color

#99cbca #cb999a

#99cbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cbca Color CSS Codes

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

#99cbca Text Font Color

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

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


#99cbca Background Color

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

This div background color is #99cbca


#99cbca Border Color

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

This div border color is #99cbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cbca


Comments

No comments written yet.

Please login to write comment.