Color Hex Logo

#bda238 Color Hex

#BDA238
(189,162,56)
0 Favorites   0 Comments

Color spaces of #bda238

RGB 18916256
HSL0.130.540.48
HSV48°70°74°
CMYK 0.000.140.70   0.26
XYZ34.620436.94509.0478
Yxy36.94500.42950.4583
Hunter Lab60.7824-4.699333.7220
CIE-Lab67.2357-1.692856.2347

#bda238 color RGB value is (189,162,56).

#bda238 hex color red value is 189, green value is 162 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bda238 hue: 0.13 , saturation: 0.54 and the lightness value of bda238 is 0.48.

The process color (four color CMYK) of #bda238 color hex is 0.00, 0.14, 0.70, 0.26. Web safe color of #bda238 is #cc9933. Color #bda238 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00111000
Octal 275 242 70
Decimal 189 162 56
Hex BD A2 38

RGB Percentages of Color #bda238

%46.44
%39.80
%13.76

CMYK Percentages of Color #bda238

%0
%14
%70
%26

Triadic Colors of #bda238

#bda238 #38bda2 #a238bd

Analogous Colors of #bda238

#bda238 #96bd38 #bd6038

Monochromatic Colors of #bda238

#bda238

Complementary Color

#bda238 #3853bd

#bda238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda238 Color CSS Codes

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

#bda238 Text Font Color

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

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


#bda238 Background Color

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

This div background color is #bda238


#bda238 Border Color

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

This div border color is #bda238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda238


Comments

No comments written yet.

Please login to write comment.