Color Hex Logo

#99eedb Color Hex

#99EEDB
(153,238,219)
0 Favorites   0 Comments

Color spaces of #99eedb

RGB 153238219
HSL0.460.710.77
HSV167°36°93°
CMYK 0.360.000.08   0.07
XYZ56.497673.035878.1374
Yxy73.03580.27210.3517
Hunter Lab85.4610-31.55175.6136
CIE-Lab88.4648-29.87491.0526

#99eedb color RGB value is (153,238,219).

#99eedb hex color red value is 153, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #99eedb hue: 0.46 , saturation: 0.71 and the lightness value of 99eedb is 0.77.

The process color (four color CMYK) of #99eedb color hex is 0.36, 0.00, 0.08, 0.07. Web safe color of #99eedb is #99ffcc. Color #99eedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101110 11011011
Octal 231 356 333
Decimal 153 238 219
Hex 99 EE DB

RGB Percentages of Color #99eedb

%25.08
%39.02
%35.90

CMYK Percentages of Color #99eedb

%36
%0
%8
%7

Triadic Colors of #99eedb

#99eedb #db99ee #eedb99

Analogous Colors of #99eedb

#99eedb #99d7ee #99eeb1

Monochromatic Colors of #99eedb

#99eedb

Complementary Color

#99eedb #ee99ac

#99eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eedb Color CSS Codes

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

#99eedb Text Font Color

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

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


#99eedb Background Color

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

This div background color is #99eedb


#99eedb Border Color

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

This div border color is #99eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eedb


Comments

No comments written yet.

Please login to write comment.