Color Hex Logo

#99babe Color Hex

#99BABE
(153,186,190)
0 Favorites   0 Comments

Color spaces of #99babe

RGB 153186190
HSL0.520.220.67
HSV186°19°75°
CMYK 0.190.020.00   0.25
XYZ39.990045.607855.4107
Yxy45.60780.28360.3234
Hunter Lab67.5335-12.4849-1.3735
CIE-Lab73.2903-10.2089-5.7277

#99babe color RGB value is (153,186,190).

#99babe hex color red value is 153, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #99babe hue: 0.52 , saturation: 0.22 and the lightness value of 99babe is 0.67.

The process color (four color CMYK) of #99babe color hex is 0.19, 0.02, 0.00, 0.25. Web safe color of #99babe is #99cccc. Color #99babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111010 10111110
Octal 231 272 276
Decimal 153 186 190
Hex 99 BA BE

RGB Percentages of Color #99babe

%28.92
%35.16
%35.92

CMYK Percentages of Color #99babe

%19
%2
%0
%25

Triadic Colors of #99babe

#99babe #be99ba #babe99

Analogous Colors of #99babe

#99babe #99a8be #99beb0

Monochromatic Colors of #99babe

#99babe

Complementary Color

#99babe #be9d99

#99babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99babe Color CSS Codes

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

#99babe Text Font Color

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

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


#99babe Background Color

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

This div background color is #99babe


#99babe Border Color

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

This div border color is #99babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99babe


Comments

No comments written yet.

Please login to write comment.