Color Hex Logo

#bdc52e Color Hex

#BDC52E
(189,197,46)
0 Favorites   0 Comments

Color spaces of #bdc52e

RGB 18919746
HSL0.180.620.48
HSV63°77°77°
CMYK 0.040.000.77   0.23
XYZ41.445750.948610.2344
Yxy50.94860.40380.4964
Hunter Lab71.3783-21.266241.4637
CIE-Lab76.6479-20.189068.8028

#bdc52e color RGB value is (189,197,46).

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

The process color (four color CMYK) of #bdc52e color hex is 0.04, 0.00, 0.77, 0.23. Web safe color of #bdc52e is #cccc33. Color #bdc52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 00101110
Octal 275 305 56
Decimal 189 197 46
Hex BD C5 2E

RGB Percentages of Color #bdc52e

%43.75
%45.60
%10.65

CMYK Percentages of Color #bdc52e

%4
%0
%77
%23

Triadic Colors of #bdc52e

#bdc52e #2ebdc5 #c52ebd

Analogous Colors of #bdc52e

#bdc52e #72c52e #c5822e

Monochromatic Colors of #bdc52e

#bdc52e

Complementary Color

#bdc52e #362ec5

#bdc52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc52e Color CSS Codes

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

#bdc52e Text Font Color

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

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


#bdc52e Background Color

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

This div background color is #bdc52e


#bdc52e Border Color

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

This div border color is #bdc52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc52e


Comments

No comments written yet.

Please login to write comment.