Color Hex Logo

#bdca12 Color Hex

#BDCA12
(189,202,18)
0 Favorites   0 Comments

Color spaces of #bdca12

RGB 18920218
HSL0.180.840.43
HSV64°91°79°
CMYK 0.060.000.91   0.21
XYZ42.216053.10358.5973
Yxy53.10350.40620.5110
Hunter Lab72.8721-24.118444.0156
CIE-Lab77.9361-23.407176.1568

#bdca12 color RGB value is (189,202,18).

#bdca12 hex color red value is 189, green value is 202 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bdca12 hue: 0.18 , saturation: 0.84 and the lightness value of bdca12 is 0.43.

The process color (four color CMYK) of #bdca12 color hex is 0.06, 0.00, 0.91, 0.21. Web safe color of #bdca12 is #cccc00. Color #bdca12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 00010010
Octal 275 312 22
Decimal 189 202 18
Hex BD CA 12

RGB Percentages of Color #bdca12

%46.21
%49.39
%4.40

CMYK Percentages of Color #bdca12

%6
%0
%91
%21

Triadic Colors of #bdca12

#bdca12 #12bdca #ca12bd

Analogous Colors of #bdca12

#bdca12 #61ca12 #ca7b12

Monochromatic Colors of #bdca12

#bdca12

Complementary Color

#bdca12 #1f12ca

#bdca12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca12 Color CSS Codes

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

#bdca12 Text Font Color

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

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


#bdca12 Background Color

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

This div background color is #bdca12


#bdca12 Border Color

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

This div border color is #bdca12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca12


Comments

No comments written yet.

Please login to write comment.