Color Hex Logo

#bdcb22 Color Hex

#BDCB22
(189,203,34)
0 Favorites   0 Comments

Color spaces of #bdcb22

RGB 18920334
HSL0.180.710.46
HSV65°83°80°
CMYK 0.070.000.83   0.20
XYZ42.630953.64629.6212
Yxy53.64620.40260.5066
Hunter Lab73.2436-24.281643.4822
CIE-Lab78.2550-23.536073.4273

#bdcb22 color RGB value is (189,203,34).

#bdcb22 hex color red value is 189, green value is 203 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bdcb22 hue: 0.18 , saturation: 0.71 and the lightness value of bdcb22 is 0.46.

The process color (four color CMYK) of #bdcb22 color hex is 0.07, 0.00, 0.83, 0.20. Web safe color of #bdcb22 is #cccc33. Color #bdcb22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 00100010
Octal 275 313 42
Decimal 189 203 34
Hex BD CB 22

RGB Percentages of Color #bdcb22

%44.37
%47.65
%7.98

CMYK Percentages of Color #bdcb22

%7
%0
%83
%20

Triadic Colors of #bdcb22

#bdcb22 #22bdcb #cb22bd

Analogous Colors of #bdcb22

#bdcb22 #69cb22 #cb8522

Monochromatic Colors of #bdcb22

#bdcb22

Complementary Color

#bdcb22 #3022cb

#bdcb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcb22 Color CSS Codes

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

#bdcb22 Text Font Color

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

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


#bdcb22 Background Color

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

This div background color is #bdcb22


#bdcb22 Border Color

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

This div border color is #bdcb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcb22


Comments

No comments written yet.

Please login to write comment.