Color Hex Logo

#bdc422 Color Hex

#BDC422
(189,196,34)
0 Favorites   0 Comments

Color spaces of #bdc422

RGB 18919634
HSL0.170.700.45
HSV63°83°77°
CMYK 0.040.000.83   0.23
XYZ41.014950.41429.0826
Yxy50.41420.40810.5016
Hunter Lab71.0030-21.144542.1178
CIE-Lab76.3228-20.106171.7903

#bdc422 color RGB value is (189,196,34).

#bdc422 hex color red value is 189, green value is 196 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bdc422 hue: 0.17 , saturation: 0.70 and the lightness value of bdc422 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00100010
Octal 275 304 42
Decimal 189 196 34
Hex BD C4 22

RGB Percentages of Color #bdc422

%45.11
%46.78
%8.11

CMYK Percentages of Color #bdc422

%4
%0
%83
%23

Triadic Colors of #bdc422

#bdc422 #22bdc4 #c422bd

Analogous Colors of #bdc422

#bdc422 #6cc422 #c47a22

Monochromatic Colors of #bdc422

#bdc422

Complementary Color

#bdc422 #2922c4

#bdc422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc422 Color CSS Codes

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

#bdc422 Text Font Color

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

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


#bdc422 Background Color

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

This div background color is #bdc422


#bdc422 Border Color

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

This div border color is #bdc422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc422


Comments

No comments written yet.

Please login to write comment.