Color Hex Logo

#bdc78a Color Hex

#BDC78A
(189,199,138)
0 Favorites   0 Comments

Color spaces of #bdc78a

RGB 189199138
HSL0.190.350.66
HSV70°31°78°
CMYK 0.050.000.31   0.22
XYZ45.997153.500631.9471
Yxy53.50060.34990.4070
Hunter Lab73.1441-15.751425.3048
CIE-Lab78.1696-13.348429.4628

#bdc78a color RGB value is (189,199,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 10001010
Octal 275 307 212
Decimal 189 199 138
Hex BD C7 8A

RGB Percentages of Color #bdc78a

%35.93
%37.83
%26.24

CMYK Percentages of Color #bdc78a

%5
%0
%31
%22

Triadic Colors of #bdc78a

#bdc78a #8abdc7 #c78abd

Analogous Colors of #bdc78a

#bdc78a #9fc78a #c7b38a

Monochromatic Colors of #bdc78a

#bdc78a

Complementary Color

#bdc78a #948ac7

#bdc78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc78a Color CSS Codes

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

#bdc78a Text Font Color

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

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


#bdc78a Background Color

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

This div background color is #bdc78a


#bdc78a Border Color

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

This div border color is #bdc78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc78a


Comments

No comments written yet.

Please login to write comment.