Color Hex Logo

#bdce99 Color Hex

#BDCE99
(189,206,153)
0 Favorites   0 Comments

Color spaces of #bdce99

RGB 189206153
HSL0.220.350.70
HSV79°26°81°
CMYK 0.080.000.26   0.19
XYZ48.807357.261338.6171
Yxy57.26130.33730.3958
Hunter Lab75.6712-17.293622.7125
CIE-Lab80.3263-14.807724.5103

#bdce99 color RGB value is (189,206,153).

#bdce99 hex color red value is 189, green value is 206 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bdce99 hue: 0.22 , saturation: 0.35 and the lightness value of bdce99 is 0.70.

The process color (four color CMYK) of #bdce99 color hex is 0.08, 0.00, 0.26, 0.19. Web safe color of #bdce99 is #cccc99. Color #bdce99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10011001
Octal 275 316 231
Decimal 189 206 153
Hex BD CE 99

RGB Percentages of Color #bdce99

%34.49
%37.59
%27.92

CMYK Percentages of Color #bdce99

%8
%0
%26
%19

Triadic Colors of #bdce99

#bdce99 #99bdce #ce99bd

Analogous Colors of #bdce99

#bdce99 #a3ce99 #cec599

Monochromatic Colors of #bdce99

#bdce99

Complementary Color

#bdce99 #aa99ce

#bdce99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce99 Color CSS Codes

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

#bdce99 Text Font Color

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

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


#bdce99 Background Color

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

This div background color is #bdce99


#bdce99 Border Color

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

This div border color is #bdce99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce99


Comments

No comments written yet.

Please login to write comment.