Color Hex Logo

#99cbda Color Hex

#99CBDA
(153,203,218)
0 Favorites   0 Comments

Color spaces of #99cbda

RGB 153203218
HSL0.540.470.73
HSV194°30°85°
CMYK 0.300.070.00   0.15
XYZ47.147754.546174.3732
Yxy54.54610.26780.3098
Hunter Lab73.8553-15.2962-8.0070
CIE-Lab78.7791-12.7291-12.7240

#99cbda color RGB value is (153,203,218).

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

The process color (four color CMYK) of #99cbda color hex is 0.30, 0.07, 0.00, 0.15. Web safe color of #99cbda is #99cccc. Color #99cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001011 11011010
Octal 231 313 332
Decimal 153 203 218
Hex 99 CB DA

RGB Percentages of Color #99cbda

%26.66
%35.37
%37.98

CMYK Percentages of Color #99cbda

%30
%7
%0
%15

Triadic Colors of #99cbda

#99cbda #da99cb #cbda99

Analogous Colors of #99cbda

#99cbda #99abda #99dac9

Monochromatic Colors of #99cbda

#99cbda

Complementary Color

#99cbda #daa899

#99cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cbda Color CSS Codes

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

#99cbda Text Font Color

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

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


#99cbda Background Color

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

This div background color is #99cbda


#99cbda Border Color

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

This div border color is #99cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cbda


Comments

No comments written yet.

Please login to write comment.