Color Hex Logo

#bdca27 Color Hex

#BDCA27
(189,202,39)
0 Favorites   0 Comments

Color spaces of #bdca27

RGB 18920239
HSL0.180.680.47
HSV65°81°79°
CMYK 0.060.000.81   0.21
XYZ42.473053.20649.9507
Yxy53.20640.40210.5037
Hunter Lab72.9427-23.713042.9717
CIE-Lab77.9967-22.895971.9765

#bdca27 color RGB value is (189,202,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 00100111
Octal 275 312 47
Decimal 189 202 39
Hex BD CA 27

RGB Percentages of Color #bdca27

%43.95
%46.98
%9.07

CMYK Percentages of Color #bdca27

%6
%0
%81
%21

Triadic Colors of #bdca27

#bdca27 #27bdca #ca27bd

Analogous Colors of #bdca27

#bdca27 #6cca27 #ca8627

Monochromatic Colors of #bdca27

#bdca27

Complementary Color

#bdca27 #3427ca

#bdca27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdca27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdca27 Color CSS Codes

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

#bdca27 Text Font Color

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

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


#bdca27 Background Color

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

This div background color is #bdca27


#bdca27 Border Color

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

This div border color is #bdca27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdca27


Comments

No comments written yet.

Please login to write comment.