Color Hex Logo

#99ebed Color Hex

#99EBED
(153,235,237)
0 Favorites   0 Comments

Color spaces of #99ebed

RGB 153235237
HSL0.500.700.76
HSV181°35°93°
CMYK 0.350.010.00   0.07
XYZ58.131372.303491.0129
Yxy72.30340.26250.3265
Hunter Lab85.0314-26.7743-3.9387
CIE-Lab88.1144-24.3510-8.8910

#99ebed color RGB value is (153,235,237).

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

The process color (four color CMYK) of #99ebed color hex is 0.35, 0.01, 0.00, 0.07. Web safe color of #99ebed is #99ffff. Color #99ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11101101
Octal 231 353 355
Decimal 153 235 237
Hex 99 EB ED

RGB Percentages of Color #99ebed

%24.48
%37.60
%37.92

CMYK Percentages of Color #99ebed

%35
%1
%0
%7

Triadic Colors of #99ebed

#99ebed #ed99eb #ebed99

Analogous Colors of #99ebed

#99ebed #99c1ed #99edc5

Monochromatic Colors of #99ebed

#99ebed

Complementary Color

#99ebed #ed9b99

#99ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebed Color CSS Codes

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

#99ebed Text Font Color

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

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


#99ebed Background Color

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

This div background color is #99ebed


#99ebed Border Color

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

This div border color is #99ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebed


Comments

No comments written yet.

Please login to write comment.