Color Hex Logo

#99cdeb Color Hex

#99CDEB
(153,205,235)
0 Favorites   0 Comments

Color spaces of #99cdeb

RGB 153205235
HSL0.560.670.76
HSV202°35°92°
CMYK 0.350.130.00   0.08
XYZ49.963656.433186.8566
Yxy56.43310.25850.2920
Hunter Lab75.1220-12.7431-15.9662
CIE-Lab79.8597-9.6589-20.2106

#99cdeb color RGB value is (153,205,235).

#99cdeb hex color red value is 153, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #99cdeb hue: 0.56 , saturation: 0.67 and the lightness value of 99cdeb is 0.76.

The process color (four color CMYK) of #99cdeb color hex is 0.35, 0.13, 0.00, 0.08. Web safe color of #99cdeb is #99ccff. Color #99cdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001101 11101011
Octal 231 315 353
Decimal 153 205 235
Hex 99 CD EB

RGB Percentages of Color #99cdeb

%25.80
%34.57
%39.63

CMYK Percentages of Color #99cdeb

%35
%13
%0
%8

Triadic Colors of #99cdeb

#99cdeb #eb99cd #cdeb99

Analogous Colors of #99cdeb

#99cdeb #99a4eb #99ebe0

Monochromatic Colors of #99cdeb

#99cdeb

Complementary Color

#99cdeb #ebb799

#99cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cdeb Color CSS Codes

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

#99cdeb Text Font Color

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

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


#99cdeb Background Color

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

This div background color is #99cdeb


#99cdeb Border Color

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

This div border color is #99cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cdeb


Comments

No comments written yet.

Please login to write comment.