Color Hex Logo

#bdc37c Color Hex

#BDC37C
(189,195,124)
0 Favorites   0 Comments

Color spaces of #bdc37c

RGB 189195124
HSL0.180.370.63
HSV65°36°76°
CMYK 0.030.000.36   0.24
XYZ44.139551.304326.6451
Yxy51.30430.36150.4202
Hunter Lab71.6270-15.348328.0832
CIE-Lab76.8630-13.073535.0109

#bdc37c color RGB value is (189,195,124).

#bdc37c hex color red value is 189, green value is 195 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bdc37c hue: 0.18 , saturation: 0.37 and the lightness value of bdc37c is 0.63.

The process color (four color CMYK) of #bdc37c color hex is 0.03, 0.00, 0.36, 0.24. Web safe color of #bdc37c is #cccc66. Color #bdc37c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01111100
Octal 275 303 174
Decimal 189 195 124
Hex BD C3 7C

RGB Percentages of Color #bdc37c

%37.20
%38.39
%24.41

CMYK Percentages of Color #bdc37c

%3
%0
%36
%24

Triadic Colors of #bdc37c

#bdc37c #7cbdc3 #c37cbd

Analogous Colors of #bdc37c

#bdc37c #9ac37c #c3a67c

Monochromatic Colors of #bdc37c

#bdc37c

Complementary Color

#bdc37c #827cc3

#bdc37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc37c Color CSS Codes

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

#bdc37c Text Font Color

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

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


#bdc37c Background Color

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

This div background color is #bdc37c


#bdc37c Border Color

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

This div border color is #bdc37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc37c


Comments

No comments written yet.

Please login to write comment.