Color Hex Logo

#bdcb24 Color Hex

#BDCB24
(189,203,36)
0 Favorites   0 Comments

Color spaces of #bdcb24

RGB 18920336
HSL0.180.700.47
HSV65°82°80°
CMYK 0.070.000.82   0.20
XYZ42.660653.65819.7777
Yxy53.65810.40210.5057
Hunter Lab73.2517-24.234943.3621
CIE-Lab78.2619-23.477272.9589

#bdcb24 color RGB value is (189,203,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 00100100
Octal 275 313 44
Decimal 189 203 36
Hex BD CB 24

RGB Percentages of Color #bdcb24

%44.16
%47.43
%8.41

CMYK Percentages of Color #bdcb24

%7
%0
%82
%20

Triadic Colors of #bdcb24

#bdcb24 #24bdcb #cb24bd

Analogous Colors of #bdcb24

#bdcb24 #6acb24 #cb8624

Monochromatic Colors of #bdcb24

#bdcb24

Complementary Color

#bdcb24 #3224cb

#bdcb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcb24 Color CSS Codes

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

#bdcb24 Text Font Color

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

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


#bdcb24 Background Color

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

This div background color is #bdcb24


#bdcb24 Border Color

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

This div border color is #bdcb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcb24


Comments

No comments written yet.

Please login to write comment.