Color Hex Logo

#bdce97 Color Hex

#BDCE97
(189,206,151)
0 Favorites   0 Comments

Color spaces of #bdce97

RGB 189206151
HSL0.220.360.70
HSV79°27°81°
CMYK 0.080.000.27   0.19
XYZ48.643557.195837.7543
Yxy57.19580.33880.3983
Hunter Lab75.6279-17.538523.3413
CIE-Lab80.2896-15.097725.5093

#bdce97 color RGB value is (189,206,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 10010111
Octal 275 316 227
Decimal 189 206 151
Hex BD CE 97

RGB Percentages of Color #bdce97

%34.62
%37.73
%27.66

CMYK Percentages of Color #bdce97

%8
%0
%27
%19

Triadic Colors of #bdce97

#bdce97 #97bdce #ce97bd

Analogous Colors of #bdce97

#bdce97 #a2ce97 #cec497

Monochromatic Colors of #bdce97

#bdce97

Complementary Color

#bdce97 #a897ce

#bdce97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce97 Color CSS Codes

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

#bdce97 Text Font Color

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

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


#bdce97 Background Color

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

This div background color is #bdce97


#bdce97 Border Color

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

This div border color is #bdce97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce97

#bdce97 Color Palettes


Comments

No comments written yet.

Please login to write comment.