Color Hex Logo

#bdc14f Color Hex

#BDC14F
(189,193,79)
0 Favorites   0 Comments

Color spaces of #bdc14f

RGB 18919379
HSL0.170.480.53
HSV62°59°76°
CMYK 0.020.000.59   0.24
XYZ41.467549.523314.7705
Yxy49.52330.39210.4683
Hunter Lab70.3728-17.970436.8166
CIE-Lab75.7757-16.363455.4699

#bdc14f color RGB value is (189,193,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01001111
Octal 275 301 117
Decimal 189 193 79
Hex BD C1 4F

RGB Percentages of Color #bdc14f

%41.00
%41.87
%17.14

CMYK Percentages of Color #bdc14f

%2
%0
%59
%24

Triadic Colors of #bdc14f

#bdc14f #4fbdc1 #c14fbd

Analogous Colors of #bdc14f

#bdc14f #84c14f #c18c4f

Monochromatic Colors of #bdc14f

#bdc14f

Complementary Color

#bdc14f #534fc1

#bdc14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc14f Color CSS Codes

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

#bdc14f Text Font Color

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

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


#bdc14f Background Color

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

This div background color is #bdc14f


#bdc14f Border Color

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

This div border color is #bdc14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc14f


Comments

No comments written yet.

Please login to write comment.