Color Hex Logo

#bdca43 Color Hex

#BDCA43
(189,202,67)
0 Favorites   0 Comments

Color spaces of #bdca43

RGB 18920267
HSL0.180.560.53
HSV66°67°79°
CMYK 0.060.000.67   0.21
XYZ43.119953.465113.3573
Yxy53.46510.39220.4863
Hunter Lab73.1198-22.695540.3530
CIE-Lab78.1488-21.620562.9492

#bdca43 color RGB value is (189,202,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 01000011
Octal 275 312 103
Decimal 189 202 67
Hex BD CA 43

RGB Percentages of Color #bdca43

%41.27
%44.10
%14.63

CMYK Percentages of Color #bdca43

%6
%0
%67
%21

Triadic Colors of #bdca43

#bdca43 #43bdca #ca43bd

Analogous Colors of #bdca43

#bdca43 #7aca43 #ca9443

Monochromatic Colors of #bdca43

#bdca43

Complementary Color

#bdca43 #5043ca

#bdca43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca43 Color CSS Codes

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

#bdca43 Text Font Color

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

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


#bdca43 Background Color

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

This div background color is #bdca43


#bdca43 Border Color

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

This div border color is #bdca43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca43


Comments

No comments written yet.

Please login to write comment.