Color Hex Logo

#99efbd Color Hex

#99EFBD
(153,239,189)
0 Favorites   0 Comments

Color spaces of #99efbd

RGB 153239189
HSL0.400.730.77
HSV145°36°94°
CMYK 0.360.000.21   0.06
XYZ53.188772.179459.2728
Yxy72.17940.28810.3909
Hunter Lab84.9585-36.926418.1062
CIE-Lab88.0549-36.481016.1016

#99efbd color RGB value is (153,239,189).

#99efbd hex color red value is 153, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #99efbd hue: 0.40 , saturation: 0.73 and the lightness value of 99efbd is 0.77.

The process color (four color CMYK) of #99efbd color hex is 0.36, 0.00, 0.21, 0.06. Web safe color of #99efbd is #99ffcc. Color #99efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101111 10111101
Octal 231 357 275
Decimal 153 239 189
Hex 99 EF BD

RGB Percentages of Color #99efbd

%26.33
%41.14
%32.53

CMYK Percentages of Color #99efbd

%36
%0
%21
%6

Triadic Colors of #99efbd

#99efbd #bd99ef #efbd99

Analogous Colors of #99efbd

#99efbd #99efe8 #a0ef99

Monochromatic Colors of #99efbd

#99efbd

Complementary Color

#99efbd #ef99cb

#99efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99efbd Color CSS Codes

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

#99efbd Text Font Color

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

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


#99efbd Background Color

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

This div background color is #99efbd


#99efbd Border Color

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

This div border color is #99efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99efbd


Comments

No comments written yet.

Please login to write comment.