Color Hex Logo

#bdc632 Color Hex

#BDC632
(189,198,50)
0 Favorites   0 Comments

Color spaces of #bdc632

RGB 18919850
HSL0.180.600.49
HSV64°75°78°
CMYK 0.050.000.75   0.22
XYZ41.756151.437310.7452
Yxy51.43730.40170.4949
Hunter Lab71.7198-21.584941.3209
CIE-Lab76.9431-20.517667.8235

#bdc632 color RGB value is (189,198,50).

#bdc632 hex color red value is 189, green value is 198 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #bdc632 hue: 0.18 , saturation: 0.60 and the lightness value of bdc632 is 0.49.

The process color (four color CMYK) of #bdc632 color hex is 0.05, 0.00, 0.75, 0.22. Web safe color of #bdc632 is #cccc33. Color #bdc632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 00110010
Octal 275 306 62
Decimal 189 198 50
Hex BD C6 32

RGB Percentages of Color #bdc632

%43.25
%45.31
%11.44

CMYK Percentages of Color #bdc632

%5
%0
%75
%22

Triadic Colors of #bdc632

#bdc632 #32bdc6 #c632bd

Analogous Colors of #bdc632

#bdc632 #73c632 #c68532

Monochromatic Colors of #bdc632

#bdc632

Complementary Color

#bdc632 #3b32c6

#bdc632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc632 Color CSS Codes

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

#bdc632 Text Font Color

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

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


#bdc632 Background Color

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

This div background color is #bdc632


#bdc632 Border Color

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

This div border color is #bdc632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc632


Comments

No comments written yet.

Please login to write comment.