Color Hex Logo

#bdc635 Color Hex

#BDC635
(189,198,53)
0 Favorites   0 Comments

Color spaces of #bdc635

RGB 18919853
HSL0.180.580.49
HSV64°73°78°
CMYK 0.050.000.73   0.22
XYZ41.823051.464011.0974
Yxy51.46400.40070.4930
Hunter Lab71.7384-21.478041.0452
CIE-Lab76.9592-20.384066.8523

#bdc635 color RGB value is (189,198,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000110 00110101
Octal 275 306 65
Decimal 189 198 53
Hex BD C6 35

RGB Percentages of Color #bdc635

%42.95
%45.00
%12.05

CMYK Percentages of Color #bdc635

%5
%0
%73
%22

Triadic Colors of #bdc635

#bdc635 #35bdc6 #c635bd

Analogous Colors of #bdc635

#bdc635 #75c635 #c68735

Monochromatic Colors of #bdc635

#bdc635

Complementary Color

#bdc635 #3e35c6

#bdc635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc635 Color CSS Codes

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

#bdc635 Text Font Color

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

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


#bdc635 Background Color

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

This div background color is #bdc635


#bdc635 Border Color

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

This div border color is #bdc635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc635


Comments

No comments written yet.

Please login to write comment.