Color Hex Logo

#bdc783 Color Hex

#BDC783
(189,199,131)
0 Favorites   0 Comments

Color spaces of #bdc783

RGB 189199131
HSL0.190.380.65
HSV69°34°78°
CMYK 0.050.000.34   0.22
XYZ45.506453.304429.3631
Yxy53.30440.35500.4159
Hunter Lab73.0099-16.509827.2617
CIE-Lab78.0544-14.252632.9484

#bdc783 color RGB value is (189,199,131).

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

The process color (four color CMYK) of #bdc783 color hex is 0.05, 0.00, 0.34, 0.22. Web safe color of #bdc783 is #cccc99. Color #bdc783 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10000011
Octal 275 307 203
Decimal 189 199 131
Hex BD C7 83

RGB Percentages of Color #bdc783

%36.42
%38.34
%25.24

CMYK Percentages of Color #bdc783

%5
%0
%34
%22

Triadic Colors of #bdc783

#bdc783 #83bdc7 #c783bd

Analogous Colors of #bdc783

#bdc783 #9bc783 #c7af83

Monochromatic Colors of #bdc783

#bdc783

Complementary Color

#bdc783 #8d83c7

#bdc783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc783 Color CSS Codes

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

#bdc783 Text Font Color

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

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


#bdc783 Background Color

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

This div background color is #bdc783


#bdc783 Border Color

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

This div border color is #bdc783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc783


Comments

No comments written yet.

Please login to write comment.