Color Hex Logo

#bdc414 Color Hex

#BDC414
(189,196,20)
0 Favorites   0 Comments

Color spaces of #bdc414

RGB 18919620
HSL0.170.810.42
HSV62°90°77°
CMYK 0.040.000.90   0.23
XYZ40.852550.34928.2270
Yxy50.34920.41090.5064
Hunter Lab70.9572-21.406442.7957
CIE-Lab76.2831-20.434474.5568

#bdc414 color RGB value is (189,196,20).

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

The process color (four color CMYK) of #bdc414 color hex is 0.04, 0.00, 0.90, 0.23. Web safe color of #bdc414 is #cccc00. Color #bdc414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00010100
Octal 275 304 24
Decimal 189 196 20
Hex BD C4 14

RGB Percentages of Color #bdc414

%46.67
%48.40
%4.94

CMYK Percentages of Color #bdc414

%4
%0
%90
%23

Triadic Colors of #bdc414

#bdc414 #14bdc4 #c414bd

Analogous Colors of #bdc414

#bdc414 #65c414 #c47314

Monochromatic Colors of #bdc414

#bdc414

Complementary Color

#bdc414 #1b14c4

#bdc414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc414 Color CSS Codes

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

#bdc414 Text Font Color

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

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


#bdc414 Background Color

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

This div background color is #bdc414


#bdc414 Border Color

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

This div border color is #bdc414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc414


Comments

No comments written yet.

Please login to write comment.