Color Hex Logo

#bdc75e Color Hex

#BDC75E
(189,199,94)
0 Favorites   0 Comments

Color spaces of #bdc75e

RGB 18919994
HSL0.180.480.57
HSV66°53°78°
CMYK 0.050.000.53   0.22
XYZ43.430152.473818.4291
Yxy52.47380.37990.4590
Hunter Lab72.4388-19.749735.6232
CIE-Lab77.5633-18.177750.6847

#bdc75e color RGB value is (189,199,94).

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

The process color (four color CMYK) of #bdc75e color hex is 0.05, 0.00, 0.53, 0.22. Web safe color of #bdc75e is #cccc66. Color #bdc75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01011110
Octal 275 307 136
Decimal 189 199 94
Hex BD C7 5E

RGB Percentages of Color #bdc75e

%39.21
%41.29
%19.50

CMYK Percentages of Color #bdc75e

%5
%0
%53
%22

Triadic Colors of #bdc75e

#bdc75e #5ebdc7 #c75ebd

Analogous Colors of #bdc75e

#bdc75e #89c75e #c79d5e

Monochromatic Colors of #bdc75e

#bdc75e

Complementary Color

#bdc75e #685ec7

#bdc75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc75e Color CSS Codes

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

#bdc75e Text Font Color

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

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


#bdc75e Background Color

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

This div background color is #bdc75e


#bdc75e Border Color

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

This div border color is #bdc75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc75e


Comments

No comments written yet.

Please login to write comment.