Color Hex Logo

#bdc33f Color Hex

#BDC33F
(189,195,63)
1 Favorites   0 Comments

Color spaces of #bdc33f

RGB 18919563
HSL0.170.520.51
HSV63°68°76°
CMYK 0.030.000.68   0.24
XYZ41.398650.207912.2118
Yxy50.20790.39880.4836
Hunter Lab70.8575-19.711839.3821
CIE-Lab76.1967-18.388062.5096

#bdc33f color RGB value is (189,195,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 00111111
Octal 275 303 77
Decimal 189 195 63
Hex BD C3 3F

RGB Percentages of Color #bdc33f

%42.28
%43.62
%14.09

CMYK Percentages of Color #bdc33f

%3
%0
%68
%24

Triadic Colors of #bdc33f

#bdc33f #3fbdc3 #c33fbd

Analogous Colors of #bdc33f

#bdc33f #7bc33f #c3873f

Monochromatic Colors of #bdc33f

#bdc33f

Complementary Color

#bdc33f #453fc3

#bdc33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc33f Color CSS Codes

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

#bdc33f Text Font Color

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

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


#bdc33f Background Color

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

This div background color is #bdc33f


#bdc33f Border Color

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

This div border color is #bdc33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc33f


Comments

No comments written yet.

Please login to write comment.