Color Hex Logo

#bdc114 Color Hex

#BDC114
(189,193,20)
0 Favorites   0 Comments

Color spaces of #bdc114

RGB 18919320
HSL0.170.810.42
HSV61°90°76°
CMYK 0.020.000.90   0.24
XYZ40.182549.00938.0037
Yxy49.00930.41340.5042
Hunter Lab70.0066-20.056042.2262
CIE-Lab75.4571-18.948373.9047

#bdc114 color RGB value is (189,193,20).

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

The process color (four color CMYK) of #bdc114 color hex is 0.02, 0.00, 0.90, 0.24. Web safe color of #bdc114 is #cccc00. Color #bdc114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 00010100
Octal 275 301 24
Decimal 189 193 20
Hex BD C1 14

RGB Percentages of Color #bdc114

%47.01
%48.01
%4.98

CMYK Percentages of Color #bdc114

%2
%0
%90
%24

Triadic Colors of #bdc114

#bdc114 #14bdc1 #c114bd

Analogous Colors of #bdc114

#bdc114 #67c114 #c16f14

Monochromatic Colors of #bdc114

#bdc114

Complementary Color

#bdc114 #1814c1

#bdc114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc114 Color CSS Codes

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

#bdc114 Text Font Color

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

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


#bdc114 Background Color

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

This div background color is #bdc114


#bdc114 Border Color

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

This div border color is #bdc114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc114


Comments

No comments written yet.

Please login to write comment.