Color Hex Logo

#99cbdc Color Hex

#99CBDC
(153,203,220)
0 Favorites   0 Comments

Color spaces of #99cbdc

RGB 153203220
HSL0.540.490.73
HSV195°30°86°
CMYK 0.300.080.00   0.14
XYZ47.411154.651575.7601
Yxy54.65150.26660.3073
Hunter Lab73.9267-14.8949-9.0118
CIE-Lab78.8401-12.2564-13.7070

#99cbdc color RGB value is (153,203,220).

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

The process color (four color CMYK) of #99cbdc color hex is 0.30, 0.08, 0.00, 0.14. Web safe color of #99cbdc is #99cccc. Color #99cbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001011 11011100
Octal 231 313 334
Decimal 153 203 220
Hex 99 CB DC

RGB Percentages of Color #99cbdc

%26.56
%35.24
%38.19

CMYK Percentages of Color #99cbdc

%30
%8
%0
%14

Triadic Colors of #99cbdc

#99cbdc #dc99cb #cbdc99

Analogous Colors of #99cbdc

#99cbdc #99aadc #99dccc

Monochromatic Colors of #99cbdc

#99cbdc

Complementary Color

#99cbdc #dcaa99

#99cbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cbdc Color CSS Codes

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

#99cbdc Text Font Color

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

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


#99cbdc Background Color

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

This div background color is #99cbdc


#99cbdc Border Color

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

This div border color is #99cbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cbdc


Comments

No comments written yet.

Please login to write comment.