Color Hex Logo

#99dcbe Color Hex

#99DCBE
(153,220,190)
0 Favorites   0 Comments

Color spaces of #99dcbe

RGB 153220190
HSL0.430.490.73
HSV153°30°86°
CMYK 0.300.000.14   0.14
XYZ48.024361.676458.0888
Yxy61.67640.28620.3676
Hunter Lab78.5343-28.281011.1195
CIE-Lab82.7410-27.36858.0345

#99dcbe color RGB value is (153,220,190).

#99dcbe hex color red value is 153, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #99dcbe hue: 0.43 , saturation: 0.49 and the lightness value of 99dcbe is 0.73.

The process color (four color CMYK) of #99dcbe color hex is 0.30, 0.00, 0.14, 0.14. Web safe color of #99dcbe is #99cccc. Color #99dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 10111110
Octal 231 334 276
Decimal 153 220 190
Hex 99 DC BE

RGB Percentages of Color #99dcbe

%27.18
%39.08
%33.75

CMYK Percentages of Color #99dcbe

%30
%0
%14
%14

Triadic Colors of #99dcbe

#99dcbe #be99dc #dcbe99

Analogous Colors of #99dcbe

#99dcbe #99d9dc #99dc9d

Monochromatic Colors of #99dcbe

#99dcbe

Complementary Color

#99dcbe #dc99b7

#99dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcbe Color CSS Codes

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

#99dcbe Text Font Color

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

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


#99dcbe Background Color

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

This div background color is #99dcbe


#99dcbe Border Color

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

This div border color is #99dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcbe


Comments

No comments written yet.

Please login to write comment.