Color Hex Logo

#bdc37f Color Hex

#BDC37F
(189,195,127)
0 Favorites   0 Comments

Color spaces of #bdc37f

RGB 189195127
HSL0.180.360.63
HSV65°35°76°
CMYK 0.030.000.35   0.24
XYZ44.332151.381327.6597
Yxy51.38130.35930.4165
Hunter Lab71.6808-15.045227.2981
CIE-Lab76.9094-12.711333.5229

#bdc37f color RGB value is (189,195,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01111111
Octal 275 303 177
Decimal 189 195 127
Hex BD C3 7F

RGB Percentages of Color #bdc37f

%36.99
%38.16
%24.85

CMYK Percentages of Color #bdc37f

%3
%0
%35
%24

Triadic Colors of #bdc37f

#bdc37f #7fbdc3 #c37fbd

Analogous Colors of #bdc37f

#bdc37f #9bc37f #c3a77f

Monochromatic Colors of #bdc37f

#bdc37f

Complementary Color

#bdc37f #857fc3

#bdc37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc37f Color CSS Codes

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

#bdc37f Text Font Color

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

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


#bdc37f Background Color

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

This div background color is #bdc37f


#bdc37f Border Color

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

This div border color is #bdc37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc37f


Comments

No comments written yet.

Please login to write comment.