Color Hex Logo

#bdc07d Color Hex

#BDC07D
(189,192,125)
0 Favorites   0 Comments

Color spaces of #bdc07d

RGB 189192125
HSL0.170.350.62
HSV63°35°75°
CMYK 0.020.000.35   0.25
XYZ43.537649.998826.7581
Yxy49.99880.36190.4156
Hunter Lab70.7098-13.835827.0603
CIE-Lab76.0685-11.417233.4646

#bdc07d color RGB value is (189,192,125).

#bdc07d hex color red value is 189, green value is 192 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdc07d hue: 0.17 , saturation: 0.35 and the lightness value of bdc07d is 0.62.

The process color (four color CMYK) of #bdc07d color hex is 0.02, 0.00, 0.35, 0.25. Web safe color of #bdc07d is #cccc66. Color #bdc07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 01111101
Octal 275 300 175
Decimal 189 192 125
Hex BD C0 7D

RGB Percentages of Color #bdc07d

%37.35
%37.94
%24.70

CMYK Percentages of Color #bdc07d

%2
%0
%35
%25

Triadic Colors of #bdc07d

#bdc07d #7dbdc0 #c07dbd

Analogous Colors of #bdc07d

#bdc07d #9cc07d #c0a27d

Monochromatic Colors of #bdc07d

#bdc07d

Complementary Color

#bdc07d #807dc0

#bdc07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc07d Color CSS Codes

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

#bdc07d Text Font Color

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

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


#bdc07d Background Color

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

This div background color is #bdc07d


#bdc07d Border Color

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

This div border color is #bdc07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc07d


Comments

No comments written yet.

Please login to write comment.