Color Hex Logo

#bdc35b Color Hex

#BDC35B
(189,195,91)
0 Favorites   0 Comments

Color spaces of #bdc35b

RGB 18919591
HSL0.180.460.56
HSV63°53°76°
CMYK 0.030.000.53   0.24
XYZ42.389750.604417.4310
Yxy50.60440.38390.4583
Hunter Lab71.1368-18.123035.2676
CIE-Lab76.4388-16.430650.7803

#bdc35b color RGB value is (189,195,91).

#bdc35b hex color red value is 189, green value is 195 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bdc35b hue: 0.18 , saturation: 0.46 and the lightness value of bdc35b is 0.56.

The process color (four color CMYK) of #bdc35b color hex is 0.03, 0.00, 0.53, 0.24. Web safe color of #bdc35b is #cccc66. Color #bdc35b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01011011
Octal 275 303 133
Decimal 189 195 91
Hex BD C3 5B

RGB Percentages of Color #bdc35b

%39.79
%41.05
%19.16

CMYK Percentages of Color #bdc35b

%3
%0
%53
%24

Triadic Colors of #bdc35b

#bdc35b #5bbdc3 #c35bbd

Analogous Colors of #bdc35b

#bdc35b #89c35b #c3955b

Monochromatic Colors of #bdc35b

#bdc35b

Complementary Color

#bdc35b #615bc3

#bdc35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc35b Color CSS Codes

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

#bdc35b Text Font Color

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

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


#bdc35b Background Color

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

This div background color is #bdc35b


#bdc35b Border Color

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

This div border color is #bdc35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc35b


Comments

No comments written yet.

Please login to write comment.