Color Hex Logo

#99bfbe Color Hex

#99BFBE
(153,191,190)
0 Favorites   0 Comments

Color spaces of #99bfbe

RGB 153191190
HSL0.500.230.67
HSV178°20°75°
CMYK 0.200.000.01   0.25
XYZ41.061947.751655.7680
Yxy47.75160.28400.3303
Hunter Lab69.1025-14.86170.5228
CIE-Lab74.6680-12.8291-3.6949

#99bfbe color RGB value is (153,191,190).

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

The process color (four color CMYK) of #99bfbe color hex is 0.20, 0.00, 0.01, 0.25. Web safe color of #99bfbe is #99cccc. Color #99bfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 10111110
Octal 231 277 276
Decimal 153 191 190
Hex 99 BF BE

RGB Percentages of Color #99bfbe

%28.65
%35.77
%35.58

CMYK Percentages of Color #99bfbe

%20
%0
%1
%25

Triadic Colors of #99bfbe

#99bfbe #be99bf #bfbe99

Analogous Colors of #99bfbe

#99bfbe #99adbf #99bfab

Monochromatic Colors of #99bfbe

#99bfbe

Complementary Color

#99bfbe #bf999a

#99bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfbe Color CSS Codes

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

#99bfbe Text Font Color

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

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


#99bfbe Background Color

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

This div background color is #99bfbe


#99bfbe Border Color

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

This div border color is #99bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfbe


Comments

No comments written yet.

Please login to write comment.