Color Hex Logo

#bdcf99 Color Hex

#BDCF99
(189,207,153)
0 Favorites   0 Comments

Color spaces of #bdcf99

RGB 189207153
HSL0.220.360.71
HSV80°26°81°
CMYK 0.090.000.26   0.19
XYZ49.048957.744438.6976
Yxy57.74440.33710.3969
Hunter Lab75.9897-17.766122.9995
CIE-Lab80.5965-15.312524.8778

#bdcf99 color RGB value is (189,207,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10011001
Octal 275 317 231
Decimal 189 207 153
Hex BD CF 99

RGB Percentages of Color #bdcf99

%34.43
%37.70
%27.87

CMYK Percentages of Color #bdcf99

%9
%0
%26
%19

Triadic Colors of #bdcf99

#bdcf99 #99bdcf #cf99bd

Analogous Colors of #bdcf99

#bdcf99 #a2cf99 #cfc699

Monochromatic Colors of #bdcf99

#bdcf99

Complementary Color

#bdcf99 #ab99cf

#bdcf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf99 Color CSS Codes

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

#bdcf99 Text Font Color

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

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


#bdcf99 Background Color

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

This div background color is #bdcf99


#bdcf99 Border Color

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

This div border color is #bdcf99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,207,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 #bdcf99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf99


Comments

No comments written yet.

Please login to write comment.