Color Hex Logo

#99dbed Color Hex

#99DBED
(153,219,237)
0 Favorites   0 Comments

Color spaces of #99dbed

RGB 153219237
HSL0.540.700.76
HSV193°35°93°
CMYK 0.350.080.00   0.07
XYZ53.754463.549889.5539
Yxy63.54980.25990.3072
Hunter Lab79.7181-19.1431-10.8026
CIE-Lab83.7308-16.3872-15.4367

#99dbed color RGB value is (153,219,237).

#99dbed hex color red value is 153, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #99dbed hue: 0.54 , saturation: 0.70 and the lightness value of 99dbed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 11101101
Octal 231 333 355
Decimal 153 219 237
Hex 99 DB ED

RGB Percentages of Color #99dbed

%25.12
%35.96
%38.92

CMYK Percentages of Color #99dbed

%35
%8
%0
%7

Triadic Colors of #99dbed

#99dbed #ed99db #dbed99

Analogous Colors of #99dbed

#99dbed #99b1ed #99edd5

Monochromatic Colors of #99dbed

#99dbed

Complementary Color

#99dbed #edab99

#99dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbed Color CSS Codes

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

#99dbed Text Font Color

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

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


#99dbed Background Color

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

This div background color is #99dbed


#99dbed Border Color

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

This div border color is #99dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbed


Comments

No comments written yet.

Please login to write comment.