Color Hex Logo

#bda427 Color Hex

#BDA427
(189,164,39)
0 Favorites   0 Comments

Color spaces of #bda427

RGB 18916439
HSL0.140.660.45
HSV50°79°74°
CMYK 0.000.130.79   0.26
XYZ34.627937.51627.3357
Yxy37.51620.43570.4720
Hunter Lab61.2505-6.273535.7744
CIE-Lab67.6625-3.506662.8646

#bda427 color RGB value is (189,164,39).

#bda427 hex color red value is 189, green value is 164 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bda427 hue: 0.14 , saturation: 0.66 and the lightness value of bda427 is 0.45.

The process color (four color CMYK) of #bda427 color hex is 0.00, 0.13, 0.79, 0.26. Web safe color of #bda427 is #cc9933. Color #bda427 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 00100111
Octal 275 244 47
Decimal 189 164 39
Hex BD A4 27

RGB Percentages of Color #bda427

%48.21
%41.84
%9.95

CMYK Percentages of Color #bda427

%0
%13
%79
%26

Triadic Colors of #bda427

#bda427 #27bda4 #a427bd

Analogous Colors of #bda427

#bda427 #8bbd27 #bd5927

Monochromatic Colors of #bda427

#bda427

Complementary Color

#bda427 #2740bd

#bda427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda427 Color CSS Codes

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

#bda427 Text Font Color

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

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


#bda427 Background Color

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

This div background color is #bda427


#bda427 Border Color

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

This div border color is #bda427


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,164,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 #bda427">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda427


Comments

No comments written yet.

Please login to write comment.