Color Hex Logo

#bdc35a Color Hex

#BDC35A
(189,195,90)
0 Favorites   0 Comments

Color spaces of #bdc35a

RGB 18919590
HSL0.180.470.56
HSV63°54°76°
CMYK 0.030.000.54   0.24
XYZ42.346850.587217.2053
Yxy50.58720.38450.4593
Hunter Lab71.1247-18.191435.4448
CIE-Lab76.4283-16.514451.2330

#bdc35a color RGB value is (189,195,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 01011010
Octal 275 303 132
Decimal 189 195 90
Hex BD C3 5A

RGB Percentages of Color #bdc35a

%39.87
%41.14
%18.99

CMYK Percentages of Color #bdc35a

%3
%0
%54
%24

Triadic Colors of #bdc35a

#bdc35a #5abdc3 #c35abd

Analogous Colors of #bdc35a

#bdc35a #89c35a #c3955a

Monochromatic Colors of #bdc35a

#bdc35a

Complementary Color

#bdc35a #605ac3

#bdc35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc35a Color CSS Codes

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

#bdc35a Text Font Color

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

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


#bdc35a Background Color

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

This div background color is #bdc35a


#bdc35a Border Color

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

This div border color is #bdc35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc35a


Comments

No comments written yet.

Please login to write comment.