Color Hex Logo

#bdc32f Color Hex

#BDC32F
(189,195,47)
0 Favorites   0 Comments

Color spaces of #bdc32f

RGB 18919547
HSL0.170.610.47
HSV62°76°76°
CMYK 0.030.000.76   0.24
XYZ41.014550.054310.1891
Yxy50.05430.40500.4943
Hunter Lab70.7491-20.331240.9855
CIE-Lab76.1026-19.158267.9970

#bdc32f color RGB value is (189,195,47).

#bdc32f hex color red value is 189, green value is 195 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bdc32f hue: 0.17 , saturation: 0.61 and the lightness value of bdc32f is 0.47.

The process color (four color CMYK) of #bdc32f color hex is 0.03, 0.00, 0.76, 0.24. Web safe color of #bdc32f is #cccc33. Color #bdc32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 00101111
Octal 275 303 57
Decimal 189 195 47
Hex BD C3 2F

RGB Percentages of Color #bdc32f

%43.85
%45.24
%10.90

CMYK Percentages of Color #bdc32f

%3
%0
%76
%24

Triadic Colors of #bdc32f

#bdc32f #2fbdc3 #c32fbd

Analogous Colors of #bdc32f

#bdc32f #73c32f #c37f2f

Monochromatic Colors of #bdc32f

#bdc32f

Complementary Color

#bdc32f #352fc3

#bdc32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc32f Color CSS Codes

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

#bdc32f Text Font Color

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

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


#bdc32f Background Color

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

This div background color is #bdc32f


#bdc32f Border Color

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

This div border color is #bdc32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc32f


Comments

No comments written yet.

Please login to write comment.