Color Hex Logo

#bdc08e Color Hex

#BDC08E
(189,192,142)
0 Favorites   0 Comments

Color spaces of #bdc08e

RGB 189192142
HSL0.180.280.65
HSV64°26°75°
CMYK 0.020.000.26   0.25
XYZ44.718450.471132.9762
Yxy50.47110.34890.3938
Hunter Lab71.0430-11.967522.2093
CIE-Lab76.3575-9.209524.9265

#bdc08e color RGB value is (189,192,142).

#bdc08e hex color red value is 189, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bdc08e hue: 0.18 , saturation: 0.28 and the lightness value of bdc08e is 0.65.

The process color (four color CMYK) of #bdc08e color hex is 0.02, 0.00, 0.26, 0.25. Web safe color of #bdc08e is #cccc99. Color #bdc08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 10001110
Octal 275 300 216
Decimal 189 192 142
Hex BD C0 8E

RGB Percentages of Color #bdc08e

%36.14
%36.71
%27.15

CMYK Percentages of Color #bdc08e

%2
%0
%26
%25

Triadic Colors of #bdc08e

#bdc08e #8ebdc0 #c08ebd

Analogous Colors of #bdc08e

#bdc08e #a4c08e #c0aa8e

Monochromatic Colors of #bdc08e

#bdc08e

Complementary Color

#bdc08e #918ec0

#bdc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc08e Color CSS Codes

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

#bdc08e Text Font Color

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

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


#bdc08e Background Color

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

This div background color is #bdc08e


#bdc08e Border Color

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

This div border color is #bdc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc08e


Comments

No comments written yet.

Please login to write comment.