Color Hex Logo

#bdc45e Color Hex

#BDC45E
(189,196,94)
0 Favorites   0 Comments

Color spaces of #bdc45e

RGB 18919694
HSL0.180.460.57
HSV64°52°77°
CMYK 0.040.000.52   0.23
XYZ42.746651.106818.2013
Yxy51.10680.38150.4561
Hunter Lab71.4890-18.372434.9469
CIE-Lab76.7437-16.675849.7293

#bdc45e color RGB value is (189,196,94).

#bdc45e hex color red value is 189, green value is 196 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bdc45e hue: 0.18 , saturation: 0.46 and the lightness value of bdc45e is 0.57.

The process color (four color CMYK) of #bdc45e color hex is 0.04, 0.00, 0.52, 0.23. Web safe color of #bdc45e is #cccc66. Color #bdc45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 01011110
Octal 275 304 136
Decimal 189 196 94
Hex BD C4 5E

RGB Percentages of Color #bdc45e

%39.46
%40.92
%19.62

CMYK Percentages of Color #bdc45e

%4
%0
%52
%23

Triadic Colors of #bdc45e

#bdc45e #5ebdc4 #c45ebd

Analogous Colors of #bdc45e

#bdc45e #8ac45e #c4985e

Monochromatic Colors of #bdc45e

#bdc45e

Complementary Color

#bdc45e #655ec4

#bdc45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc45e Color CSS Codes

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

#bdc45e Text Font Color

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

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


#bdc45e Background Color

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

This div background color is #bdc45e


#bdc45e Border Color

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

This div border color is #bdc45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc45e


Comments

No comments written yet.

Please login to write comment.