Color Hex Logo

#bdc55a Color Hex

#BDC55A
(189,197,90)
0 Favorites   0 Comments

Color spaces of #bdc55a

RGB 18919790
HSL0.180.480.56
HSV64°54°77°
CMYK 0.040.000.54   0.23
XYZ42.798051.489517.3556
Yxy51.48950.38330.4612
Hunter Lab71.7562-19.109435.8889
CIE-Lab76.9746-17.517651.8609

#bdc55a color RGB value is (189,197,90).

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

The process color (four color CMYK) of #bdc55a color hex is 0.04, 0.00, 0.54, 0.23. Web safe color of #bdc55a is #cccc66. Color #bdc55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 01011010
Octal 275 305 132
Decimal 189 197 90
Hex BD C5 5A

RGB Percentages of Color #bdc55a

%39.71
%41.39
%18.91

CMYK Percentages of Color #bdc55a

%4
%0
%54
%23

Triadic Colors of #bdc55a

#bdc55a #5abdc5 #c55abd

Analogous Colors of #bdc55a

#bdc55a #88c55a #c5985a

Monochromatic Colors of #bdc55a

#bdc55a

Complementary Color

#bdc55a #625ac5

#bdc55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc55a Color CSS Codes

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

#bdc55a Text Font Color

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

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


#bdc55a Background Color

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

This div background color is #bdc55a


#bdc55a Border Color

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

This div border color is #bdc55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc55a


Comments

No comments written yet.

Please login to write comment.