Color Hex Logo

#bdc07e Color Hex

#BDC07E
(189,192,126)
0 Favorites   0 Comments

Color spaces of #bdc07e

RGB 189192126
HSL0.170.340.62
HSV63°34°75°
CMYK 0.020.000.34   0.25
XYZ43.601850.024427.0963
Yxy50.02440.36120.4144
Hunter Lab70.7279-13.733626.7952
CIE-Lab76.0842-11.295632.9661

#bdc07e color RGB value is (189,192,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 01111110
Octal 275 300 176
Decimal 189 192 126
Hex BD C0 7E

RGB Percentages of Color #bdc07e

%37.28
%37.87
%24.85

CMYK Percentages of Color #bdc07e

%2
%0
%34
%25

Triadic Colors of #bdc07e

#bdc07e #7ebdc0 #c07ebd

Analogous Colors of #bdc07e

#bdc07e #9cc07e #c0a27e

Monochromatic Colors of #bdc07e

#bdc07e

Complementary Color

#bdc07e #817ec0

#bdc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc07e Color CSS Codes

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

#bdc07e Text Font Color

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

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


#bdc07e Background Color

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

This div background color is #bdc07e


#bdc07e Border Color

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

This div border color is #bdc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc07e


Comments

No comments written yet.

Please login to write comment.