Color Hex Logo

#bdcc7f Color Hex

#BDCC7F
(189,204,127)
0 Favorites   0 Comments

Color spaces of #bdcc7f

RGB 189204127
HSL0.200.430.65
HSV72°38°80°
CMYK 0.070.000.38   0.20
XYZ46.409955.536928.3523
Yxy55.53690.35620.4262
Hunter Lab74.5231-19.253029.6093
CIE-Lab79.3495-17.263336.6815

#bdcc7f color RGB value is (189,204,127).

#bdcc7f hex color red value is 189, green value is 204 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bdcc7f hue: 0.20 , saturation: 0.43 and the lightness value of bdcc7f is 0.65.

The process color (four color CMYK) of #bdcc7f color hex is 0.07, 0.00, 0.38, 0.20. Web safe color of #bdcc7f is #cccc66. Color #bdcc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 01111111
Octal 275 314 177
Decimal 189 204 127
Hex BD CC 7F

RGB Percentages of Color #bdcc7f

%36.35
%39.23
%24.42

CMYK Percentages of Color #bdcc7f

%7
%0
%38
%20

Triadic Colors of #bdcc7f

#bdcc7f #7fbdcc #cc7fbd

Analogous Colors of #bdcc7f

#bdcc7f #97cc7f #ccb57f

Monochromatic Colors of #bdcc7f

#bdcc7f

Complementary Color

#bdcc7f #8e7fcc

#bdcc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc7f Color CSS Codes

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

#bdcc7f Text Font Color

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

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


#bdcc7f Background Color

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

This div background color is #bdcc7f


#bdcc7f Border Color

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

This div border color is #bdcc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc7f


Comments

No comments written yet.

Please login to write comment.