Color Hex Logo

#bdc44e Color Hex

#BDC44E
(189,196,78)
0 Favorites   0 Comments

Color spaces of #bdc44e

RGB 18919678
HSL0.180.500.54
HSV64°60°77°
CMYK 0.040.000.60   0.23
XYZ42.101350.848714.8035
Yxy50.84870.39070.4719
Hunter Lab71.3083-19.400837.6073
CIE-Lab76.5873-17.939156.7926

#bdc44e color RGB value is (189,196,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 01001110
Octal 275 304 116
Decimal 189 196 78
Hex BD C4 4E

RGB Percentages of Color #bdc44e

%40.82
%42.33
%16.85

CMYK Percentages of Color #bdc44e

%4
%0
%60
%23

Triadic Colors of #bdc44e

#bdc44e #4ebdc4 #c44ebd

Analogous Colors of #bdc44e

#bdc44e #82c44e #c4904e

Monochromatic Colors of #bdc44e

#bdc44e

Complementary Color

#bdc44e #554ec4

#bdc44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc44e Color CSS Codes

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

#bdc44e Text Font Color

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

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


#bdc44e Background Color

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

This div background color is #bdc44e


#bdc44e Border Color

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

This div border color is #bdc44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc44e


Comments

No comments written yet.

Please login to write comment.