Color Hex Logo

#bdc57f Color Hex

#BDC57F
(189,197,127)
0 Favorites   0 Comments

Color spaces of #bdc57f

RGB 189197127
HSL0.190.380.64
HSV67°36°77°
CMYK 0.040.000.36   0.23
XYZ44.783352.283627.8101
Yxy52.28360.35860.4187
Hunter Lab72.3074-15.984727.8117
CIE-Lab77.4501-13.730934.2260

#bdc57f color RGB value is (189,197,127).

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

The process color (four color CMYK) of #bdc57f color hex is 0.04, 0.00, 0.36, 0.23. Web safe color of #bdc57f is #cccc66. Color #bdc57f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 01111111
Octal 275 305 177
Decimal 189 197 127
Hex BD C5 7F

RGB Percentages of Color #bdc57f

%36.84
%38.40
%24.76

CMYK Percentages of Color #bdc57f

%4
%0
%36
%23

Triadic Colors of #bdc57f

#bdc57f #7fbdc5 #c57fbd

Analogous Colors of #bdc57f

#bdc57f #9ac57f #c5aa7f

Monochromatic Colors of #bdc57f

#bdc57f

Complementary Color

#bdc57f #877fc5

#bdc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc57f Color CSS Codes

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

#bdc57f Text Font Color

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

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


#bdc57f Background Color

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

This div background color is #bdc57f


#bdc57f Border Color

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

This div border color is #bdc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc57f


Comments

No comments written yet.

Please login to write comment.