Color Hex Logo

#bdc15f Color Hex

#BDC15F
(189,193,95)
0 Favorites   0 Comments

Color spaces of #bdc15f

RGB 18919395
HSL0.170.440.56
HSV62°51°76°
CMYK 0.020.000.51   0.24
XYZ42.121849.785018.2159
Yxy49.78500.38250.4521
Hunter Lab70.5585-16.916934.0842
CIE-Lab75.9371-15.074848.3092

#bdc15f color RGB value is (189,193,95).

#bdc15f hex color red value is 189, green value is 193 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bdc15f hue: 0.17 , saturation: 0.44 and the lightness value of bdc15f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01011111
Octal 275 301 137
Decimal 189 193 95
Hex BD C1 5F

RGB Percentages of Color #bdc15f

%39.62
%40.46
%19.92

CMYK Percentages of Color #bdc15f

%2
%0
%51
%24

Triadic Colors of #bdc15f

#bdc15f #5fbdc1 #c15fbd

Analogous Colors of #bdc15f

#bdc15f #8cc15f #c1945f

Monochromatic Colors of #bdc15f

#bdc15f

Complementary Color

#bdc15f #635fc1

#bdc15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc15f Color CSS Codes

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

#bdc15f Text Font Color

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

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


#bdc15f Background Color

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

This div background color is #bdc15f


#bdc15f Border Color

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

This div border color is #bdc15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc15f


Comments

No comments written yet.

Please login to write comment.