Color Hex Logo

#99cedb Color Hex

#99CEDB
(153,206,219)
0 Favorites   0 Comments

Color spaces of #99cedb

RGB 153206219
HSL0.530.480.73
HSV192°30°86°
CMYK 0.300.060.00   0.14
XYZ47.994456.029475.3030
Yxy56.02940.26760.3124
Hunter Lab74.8528-16.5411-7.2497
CIE-Lab79.6305-14.0439-11.9870

#99cedb color RGB value is (153,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001110 11011011
Octal 231 316 333
Decimal 153 206 219
Hex 99 CE DB

RGB Percentages of Color #99cedb

%26.47
%35.64
%37.89

CMYK Percentages of Color #99cedb

%30
%6
%0
%14

Triadic Colors of #99cedb

#99cedb #db99ce #cedb99

Analogous Colors of #99cedb

#99cedb #99addb #99dbc7

Monochromatic Colors of #99cedb

#99cedb

Complementary Color

#99cedb #dba699

#99cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cedb Color CSS Codes

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

#99cedb Text Font Color

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

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


#99cedb Background Color

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

This div background color is #99cedb


#99cedb Border Color

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

This div border color is #99cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cedb


Comments

No comments written yet.

Please login to write comment.