Color Hex Logo

#99deeb Color Hex

#99DEEB
(153,222,235)
0 Favorites   0 Comments

Color spaces of #99deeb

RGB 153222235
HSL0.530.670.76
HSV190°35°92°
CMYK 0.350.060.00   0.08
XYZ54.253565.013088.2866
Yxy65.01300.26140.3132
Hunter Lab80.6306-20.9973-8.4782
CIE-Lab84.4904-18.3856-13.2389

#99deeb color RGB value is (153,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011110 11101011
Octal 231 336 353
Decimal 153 222 235
Hex 99 DE EB

RGB Percentages of Color #99deeb

%25.08
%36.39
%38.52

CMYK Percentages of Color #99deeb

%35
%6
%0
%8

Triadic Colors of #99deeb

#99deeb #eb99de #deeb99

Analogous Colors of #99deeb

#99deeb #99b5eb #99ebcf

Monochromatic Colors of #99deeb

#99deeb

Complementary Color

#99deeb #eba699

#99deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99deeb Color CSS Codes

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

#99deeb Text Font Color

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

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


#99deeb Background Color

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

This div background color is #99deeb


#99deeb Border Color

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

This div border color is #99deeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,222,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 #99deeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99deeb


Comments

No comments written yet.

Please login to write comment.