Color Hex Logo

#bdc22f Color Hex

#BDC22F
(189,194,47)
0 Favorites   0 Comments

Color spaces of #bdc22f

RGB 18919447
HSL0.170.610.47
HSV62°76°76°
CMYK 0.030.000.76   0.24
XYZ40.791149.607610.1146
Yxy49.60760.40580.4935
Hunter Lab70.4327-19.878840.7884
CIE-Lab75.8278-18.660967.7450

#bdc22f color RGB value is (189,194,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00101111
Octal 275 302 57
Decimal 189 194 47
Hex BD C2 2F

RGB Percentages of Color #bdc22f

%43.95
%45.12
%10.93

CMYK Percentages of Color #bdc22f

%3
%0
%76
%24

Triadic Colors of #bdc22f

#bdc22f #2fbdc2 #c22fbd

Analogous Colors of #bdc22f

#bdc22f #74c22f #c27e2f

Monochromatic Colors of #bdc22f

#bdc22f

Complementary Color

#bdc22f #342fc2

#bdc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc22f Color CSS Codes

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

#bdc22f Text Font Color

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

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


#bdc22f Background Color

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

This div background color is #bdc22f


#bdc22f Border Color

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

This div border color is #bdc22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc22f


Comments

No comments written yet.

Please login to write comment.