Color Hex Logo

#bdcf97 Color Hex

#BDCF97
(189,207,151)
0 Favorites   0 Comments

Color spaces of #bdcf97

RGB 189207151
HSL0.220.370.70
HSV79°27°81°
CMYK 0.090.000.27   0.19
XYZ48.885057.678837.8348
Yxy57.67880.33850.3994
Hunter Lab75.9466-18.010323.6257
CIE-Lab80.5599-15.602025.8755

#bdcf97 color RGB value is (189,207,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10010111
Octal 275 317 227
Decimal 189 207 151
Hex BD CF 97

RGB Percentages of Color #bdcf97

%34.55
%37.84
%27.61

CMYK Percentages of Color #bdcf97

%9
%0
%27
%19

Triadic Colors of #bdcf97

#bdcf97 #97bdcf #cf97bd

Analogous Colors of #bdcf97

#bdcf97 #a1cf97 #cfc597

Monochromatic Colors of #bdcf97

#bdcf97

Complementary Color

#bdcf97 #a997cf

#bdcf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf97 Color CSS Codes

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

#bdcf97 Text Font Color

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

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


#bdcf97 Background Color

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

This div background color is #bdcf97


#bdcf97 Border Color

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

This div border color is #bdcf97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf97


Comments

No comments written yet.

Please login to write comment.