Color Hex Logo

#bdc735 Color Hex

#BDC735
(189,199,53)
0 Favorites   0 Comments

Color spaces of #bdc735

RGB 18919953
HSL0.180.580.49
HSV64°73°78°
CMYK 0.050.000.73   0.22
XYZ42.052351.922711.1739
Yxy51.92270.39990.4938
Hunter Lab72.0574-21.928941.2461
CIE-Lab77.2346-20.877267.1129

#bdc735 color RGB value is (189,199,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 00110101
Octal 275 307 65
Decimal 189 199 53
Hex BD C7 35

RGB Percentages of Color #bdc735

%42.86
%45.12
%12.02

CMYK Percentages of Color #bdc735

%5
%0
%73
%22

Triadic Colors of #bdc735

#bdc735 #35bdc7 #c735bd

Analogous Colors of #bdc735

#bdc735 #74c735 #c78835

Monochromatic Colors of #bdc735

#bdc735

Complementary Color

#bdc735 #3f35c7

#bdc735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc735 Color CSS Codes

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

#bdc735 Text Font Color

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

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


#bdc735 Background Color

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

This div background color is #bdc735


#bdc735 Border Color

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

This div border color is #bdc735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc735


Comments

No comments written yet.

Please login to write comment.