Color Hex Logo

#bdc126 Color Hex

#BDC126
(189,193,38)
0 Favorites   0 Comments

Color spaces of #bdc126

RGB 18919338
HSL0.170.670.45
HSV62°80°76°
CMYK 0.020.000.80   0.24
XYZ40.406149.09879.1811
Yxy49.09870.40940.4975
Hunter Lab70.0705-19.691441.2808
CIE-Lab75.5127-18.493170.0788

#bdc126 color RGB value is (189,193,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 00100110
Octal 275 301 46
Decimal 189 193 38
Hex BD C1 26

RGB Percentages of Color #bdc126

%45.00
%45.95
%9.05

CMYK Percentages of Color #bdc126

%2
%0
%80
%24

Triadic Colors of #bdc126

#bdc126 #26bdc1 #c126bd

Analogous Colors of #bdc126

#bdc126 #70c126 #c17826

Monochromatic Colors of #bdc126

#bdc126

Complementary Color

#bdc126 #2a26c1

#bdc126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc126 Color CSS Codes

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

#bdc126 Text Font Color

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

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


#bdc126 Background Color

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

This div background color is #bdc126


#bdc126 Border Color

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

This div border color is #bdc126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc126


Comments

No comments written yet.

Please login to write comment.