Color Hex Logo

#99dfbe Color Hex

#99DFBE
(153,223,190)
0 Favorites   0 Comments

Color spaces of #99dfbe

RGB 153223190
HSL0.420.520.74
HSV152°31°87°
CMYK 0.310.000.15   0.13
XYZ48.818863.265458.3536
Yxy63.26540.28640.3712
Hunter Lab79.5395-29.636712.1800
CIE-Lab83.5818-28.80859.2380

#99dfbe color RGB value is (153,223,190).

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

The process color (four color CMYK) of #99dfbe color hex is 0.31, 0.00, 0.15, 0.13. Web safe color of #99dfbe is #99cccc. Color #99dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 10111110
Octal 231 337 276
Decimal 153 223 190
Hex 99 DF BE

RGB Percentages of Color #99dfbe

%27.03
%39.40
%33.57

CMYK Percentages of Color #99dfbe

%31
%0
%15
%13

Triadic Colors of #99dfbe

#99dfbe #be99df #dfbe99

Analogous Colors of #99dfbe

#99dfbe #99dddf #99df9b

Monochromatic Colors of #99dfbe

#99dfbe

Complementary Color

#99dfbe #df99ba

#99dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfbe Color CSS Codes

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

#99dfbe Text Font Color

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

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


#99dfbe Background Color

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

This div background color is #99dfbe


#99dfbe Border Color

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

This div border color is #99dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfbe


Comments

No comments written yet.

Please login to write comment.