Color Hex Logo

#bdca21 Color Hex

#BDCA21
(189,202,33)
0 Favorites   0 Comments

Color spaces of #bdca21

RGB 18920233
HSL0.180.720.46
HSV65°84°79°
CMYK 0.060.000.84   0.21
XYZ42.381353.16979.4679
Yxy53.16970.40360.5063
Hunter Lab72.9176-23.857643.3438
CIE-Lab77.9751-23.078073.4204

#bdca21 color RGB value is (189,202,33).

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

The process color (four color CMYK) of #bdca21 color hex is 0.06, 0.00, 0.84, 0.21. Web safe color of #bdca21 is #cccc33. Color #bdca21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 00100001
Octal 275 312 41
Decimal 189 202 33
Hex BD CA 21

RGB Percentages of Color #bdca21

%44.58
%47.64
%7.78

CMYK Percentages of Color #bdca21

%6
%0
%84
%21

Triadic Colors of #bdca21

#bdca21 #21bdca #ca21bd

Analogous Colors of #bdca21

#bdca21 #69ca21 #ca8321

Monochromatic Colors of #bdca21

#bdca21

Complementary Color

#bdca21 #2e21ca

#bdca21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca21 Color CSS Codes

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

#bdca21 Text Font Color

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

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


#bdca21 Background Color

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

This div background color is #bdca21


#bdca21 Border Color

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

This div border color is #bdca21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca21


Comments

No comments written yet.

Please login to write comment.