Color Hex Logo

#bdc34e Color Hex

#BDC34E
(189,195,78)
0 Favorites   0 Comments

Color spaces of #bdc34e

RGB 18919578
HSL0.180.490.54
HSV63°60°76°
CMYK 0.030.000.60   0.24
XYZ41.876550.399114.7286
Yxy50.39910.39140.4710
Hunter Lab70.9923-18.944137.3939
CIE-Lab76.3136-17.439056.4944

#bdc34e color RGB value is (189,195,78).

#bdc34e hex color red value is 189, green value is 195 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bdc34e hue: 0.18 , saturation: 0.49 and the lightness value of bdc34e is 0.54.

The process color (four color CMYK) of #bdc34e color hex is 0.03, 0.00, 0.60, 0.24. Web safe color of #bdc34e is #cccc66. Color #bdc34e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01001110
Octal 275 303 116
Decimal 189 195 78
Hex BD C3 4E

RGB Percentages of Color #bdc34e

%40.91
%42.21
%16.88

CMYK Percentages of Color #bdc34e

%3
%0
%60
%24

Triadic Colors of #bdc34e

#bdc34e #4ebdc3 #c34ebd

Analogous Colors of #bdc34e

#bdc34e #83c34e #c38f4e

Monochromatic Colors of #bdc34e

#bdc34e

Complementary Color

#bdc34e #544ec3

#bdc34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc34e Color CSS Codes

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

#bdc34e Text Font Color

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

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


#bdc34e Background Color

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

This div background color is #bdc34e


#bdc34e Border Color

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

This div border color is #bdc34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc34e


Comments

No comments written yet.

Please login to write comment.