Color Hex Logo

#bdc58c Color Hex

#BDC58C
(189,197,140)
0 Favorites   0 Comments

Color spaces of #bdc58c

RGB 189197140
HSL0.190.330.66
HSV68°29°77°
CMYK 0.040.000.29   0.23
XYZ45.686152.644832.5645
Yxy52.64480.34900.4022
Hunter Lab72.5567-14.579924.1795
CIE-Lab77.6648-12.059227.7418

#bdc58c color RGB value is (189,197,140).

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

The process color (four color CMYK) of #bdc58c color hex is 0.04, 0.00, 0.29, 0.23. Web safe color of #bdc58c is #cccc99. Color #bdc58c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 10001100
Octal 275 305 214
Decimal 189 197 140
Hex BD C5 8C

RGB Percentages of Color #bdc58c

%35.93
%37.45
%26.62

CMYK Percentages of Color #bdc58c

%4
%0
%29
%23

Triadic Colors of #bdc58c

#bdc58c #8cbdc5 #c58cbd

Analogous Colors of #bdc58c

#bdc58c #a1c58c #c5b18c

Monochromatic Colors of #bdc58c

#bdc58c

Complementary Color

#bdc58c #948cc5

#bdc58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc58c Color CSS Codes

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

#bdc58c Text Font Color

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

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


#bdc58c Background Color

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

This div background color is #bdc58c


#bdc58c Border Color

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

This div border color is #bdc58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc58c


Comments

No comments written yet.

Please login to write comment.