Color Hex Logo

#bdc773 Color Hex

#BDC773
(189,199,115)
0 Favorites   0 Comments

Color spaces of #bdc773

RGB 189199115
HSL0.190.430.62
HSV67°42°78°
CMYK 0.050.000.42   0.22
XYZ44.504252.903524.0854
Yxy52.90350.36630.4354
Hunter Lab72.7348-18.067231.2811
CIE-Lab77.8180-16.126540.7990

#bdc773 color RGB value is (189,199,115).

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

The process color (four color CMYK) of #bdc773 color hex is 0.05, 0.00, 0.42, 0.22. Web safe color of #bdc773 is #cccc66. Color #bdc773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 01110011
Octal 275 307 163
Decimal 189 199 115
Hex BD C7 73

RGB Percentages of Color #bdc773

%37.57
%39.56
%22.86

CMYK Percentages of Color #bdc773

%5
%0
%42
%22

Triadic Colors of #bdc773

#bdc773 #73bdc7 #c773bd

Analogous Colors of #bdc773

#bdc773 #93c773 #c7a773

Monochromatic Colors of #bdc773

#bdc773

Complementary Color

#bdc773 #7d73c7

#bdc773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc773 Color CSS Codes

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

#bdc773 Text Font Color

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

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


#bdc773 Background Color

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

This div background color is #bdc773


#bdc773 Border Color

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

This div border color is #bdc773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc773


Comments

No comments written yet.

Please login to write comment.