Color Hex Logo

#bdc22b Color Hex

#BDC22B
(189,194,43)
0 Favorites   0 Comments

Color spaces of #bdc22b

RGB 18919443
HSL0.170.640.46
HSV62°78°76°
CMYK 0.030.000.78   0.24
XYZ40.714149.57689.7089
Yxy49.57680.40710.4958
Hunter Lab70.4108-20.003741.1121
CIE-Lab75.8088-18.816468.9399

#bdc22b color RGB value is (189,194,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00101011
Octal 275 302 53
Decimal 189 194 43
Hex BD C2 2B

RGB Percentages of Color #bdc22b

%44.37
%45.54
%10.09

CMYK Percentages of Color #bdc22b

%3
%0
%78
%24

Triadic Colors of #bdc22b

#bdc22b #2bbdc2 #c22bbd

Analogous Colors of #bdc22b

#bdc22b #72c22b #c27c2b

Monochromatic Colors of #bdc22b

#bdc22b

Complementary Color

#bdc22b #302bc2

#bdc22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc22b Color CSS Codes

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

#bdc22b Text Font Color

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

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


#bdc22b Background Color

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

This div background color is #bdc22b


#bdc22b Border Color

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

This div border color is #bdc22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc22b


Comments

No comments written yet.

Please login to write comment.