Color Hex Logo

#bdc17c Color Hex

#BDC17C
(189,193,124)
0 Favorites   0 Comments

Color spaces of #bdc17c

RGB 189193124
HSL0.180.360.62
HSV63°36°76°
CMYK 0.020.000.36   0.24
XYZ43.694350.414026.4967
Yxy50.41400.36230.4180
Hunter Lab71.0028-14.408127.5762
CIE-Lab76.3227-12.050834.3121

#bdc17c color RGB value is (189,193,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01111100
Octal 275 301 174
Decimal 189 193 124
Hex BD C1 7C

RGB Percentages of Color #bdc17c

%37.35
%38.14
%24.51

CMYK Percentages of Color #bdc17c

%2
%0
%36
%24

Triadic Colors of #bdc17c

#bdc17c #7cbdc1 #c17cbd

Analogous Colors of #bdc17c

#bdc17c #9bc17c #c1a37c

Monochromatic Colors of #bdc17c

#bdc17c

Complementary Color

#bdc17c #807cc1

#bdc17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc17c Color CSS Codes

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

#bdc17c Text Font Color

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

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


#bdc17c Background Color

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

This div background color is #bdc17c


#bdc17c Border Color

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

This div border color is #bdc17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc17c


Comments

No comments written yet.

Please login to write comment.