Color Hex Logo

#bdc434 Color Hex

#BDC434
(189,196,52)
0 Favorites   0 Comments

Color spaces of #bdc434

RGB 18919652
HSL0.170.580.49
HSV63°73°77°
CMYK 0.040.000.73   0.23
XYZ41.346050.546610.8261
Yxy50.54660.40250.4921
Hunter Lab71.0961-20.611440.7390
CIE-Lab76.4035-19.440266.6618

#bdc434 color RGB value is (189,196,52).

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

The process color (four color CMYK) of #bdc434 color hex is 0.04, 0.00, 0.73, 0.23. Web safe color of #bdc434 is #cccc33. Color #bdc434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00110100
Octal 275 304 64
Decimal 189 196 52
Hex BD C4 34

RGB Percentages of Color #bdc434

%43.25
%44.85
%11.90

CMYK Percentages of Color #bdc434

%4
%0
%73
%23

Triadic Colors of #bdc434

#bdc434 #34bdc4 #c434bd

Analogous Colors of #bdc434

#bdc434 #75c434 #c48334

Monochromatic Colors of #bdc434

#bdc434

Complementary Color

#bdc434 #3b34c4

#bdc434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc434 Color CSS Codes

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

#bdc434 Text Font Color

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

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


#bdc434 Background Color

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

This div background color is #bdc434


#bdc434 Border Color

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

This div border color is #bdc434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc434


Comments

No comments written yet.

Please login to write comment.