Color Hex Logo

#bdcc7d Color Hex

#BDCC7D
(189,204,125)
0 Favorites   0 Comments

Color spaces of #bdcc7d

RGB 189204125
HSL0.200.440.65
HSV71°39°80°
CMYK 0.070.000.39   0.20
XYZ46.280855.485227.6725
Yxy55.48520.35760.4287
Hunter Lab74.4884-19.449830.1156
CIE-Lab79.3199-17.501237.6594

#bdcc7d color RGB value is (189,204,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 01111101
Octal 275 314 175
Decimal 189 204 125
Hex BD CC 7D

RGB Percentages of Color #bdcc7d

%36.49
%39.38
%24.13

CMYK Percentages of Color #bdcc7d

%7
%0
%39
%20

Triadic Colors of #bdcc7d

#bdcc7d #7dbdcc #cc7dbd

Analogous Colors of #bdcc7d

#bdcc7d #96cc7d #ccb47d

Monochromatic Colors of #bdcc7d

#bdcc7d

Complementary Color

#bdcc7d #8c7dcc

#bdcc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc7d Color CSS Codes

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

#bdcc7d Text Font Color

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

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


#bdcc7d Background Color

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

This div background color is #bdcc7d


#bdcc7d Border Color

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

This div border color is #bdcc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc7d


Comments

No comments written yet.

Please login to write comment.