Color Hex Logo

#bdc14b Color Hex

#BDC14B
(189,193,75)
0 Favorites   0 Comments

Color spaces of #bdc14b

RGB 18919375
HSL0.170.490.53
HSV62°61°76°
CMYK 0.020.000.61   0.24
XYZ41.326249.466714.0265
Yxy49.46670.39430.4719
Hunter Lab70.3326-18.198537.4085
CIE-Lab75.7408-16.643857.1648

#bdc14b color RGB value is (189,193,75).

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

The process color (four color CMYK) of #bdc14b color hex is 0.02, 0.00, 0.61, 0.24. Web safe color of #bdc14b is #cccc33. Color #bdc14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 01001011
Octal 275 301 113
Decimal 189 193 75
Hex BD C1 4B

RGB Percentages of Color #bdc14b

%41.36
%42.23
%16.41

CMYK Percentages of Color #bdc14b

%2
%0
%61
%24

Triadic Colors of #bdc14b

#bdc14b #4bbdc1 #c14bbd

Analogous Colors of #bdc14b

#bdc14b #82c14b #c18a4b

Monochromatic Colors of #bdc14b

#bdc14b

Complementary Color

#bdc14b #4f4bc1

#bdc14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc14b Color CSS Codes

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

#bdc14b Text Font Color

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

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


#bdc14b Background Color

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

This div background color is #bdc14b


#bdc14b Border Color

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

This div border color is #bdc14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc14b


Comments

No comments written yet.

Please login to write comment.