Color Hex Logo

#bdc973 Color Hex

#BDC973
(189,201,115)
0 Favorites   0 Comments

Color spaces of #bdc973

RGB 189201115
HSL0.190.440.62
HSV68°43°79°
CMYK 0.060.000.43   0.21
XYZ44.967453.829924.2398
Yxy53.82990.36550.4375
Hunter Lab73.3689-18.993831.7698
CIE-Lab78.3624-17.130941.4798

#bdc973 color RGB value is (189,201,115).

#bdc973 hex color red value is 189, green value is 201 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdc973 hue: 0.19 , saturation: 0.44 and the lightness value of bdc973 is 0.62.

The process color (four color CMYK) of #bdc973 color hex is 0.06, 0.00, 0.43, 0.21. Web safe color of #bdc973 is #cccc66. Color #bdc973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 01110011
Octal 275 311 163
Decimal 189 201 115
Hex BD C9 73

RGB Percentages of Color #bdc973

%37.43
%39.80
%22.77

CMYK Percentages of Color #bdc973

%6
%0
%43
%21

Triadic Colors of #bdc973

#bdc973 #73bdc9 #c973bd

Analogous Colors of #bdc973

#bdc973 #92c973 #c9aa73

Monochromatic Colors of #bdc973

#bdc973

Complementary Color

#bdc973 #7f73c9

#bdc973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc973 Color CSS Codes

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

#bdc973 Text Font Color

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

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


#bdc973 Background Color

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

This div background color is #bdc973


#bdc973 Border Color

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

This div border color is #bdc973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc973


Comments

No comments written yet.

Please login to write comment.