Color Hex Logo

#bdc58a Color Hex

#BDC58A
(189,197,138)
0 Favorites   0 Comments

Color spaces of #bdc58a

RGB 189197138
HSL0.190.340.66
HSV68°30°77°
CMYK 0.040.000.30   0.23
XYZ45.540052.586331.7947
Yxy52.58630.35050.4048
Hunter Lab72.5164-14.806524.7659
CIE-Lab77.6301-12.327628.7443

#bdc58a color RGB value is (189,197,138).

#bdc58a hex color red value is 189, green value is 197 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bdc58a hue: 0.19 , saturation: 0.34 and the lightness value of bdc58a is 0.66.

The process color (four color CMYK) of #bdc58a color hex is 0.04, 0.00, 0.30, 0.23. Web safe color of #bdc58a is #cccc99. Color #bdc58a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000101 10001010
Octal 275 305 212
Decimal 189 197 138
Hex BD C5 8A

RGB Percentages of Color #bdc58a

%36.07
%37.60
%26.34

CMYK Percentages of Color #bdc58a

%4
%0
%30
%23

Triadic Colors of #bdc58a

#bdc58a #8abdc5 #c58abd

Analogous Colors of #bdc58a

#bdc58a #a0c58a #c5b08a

Monochromatic Colors of #bdc58a

#bdc58a

Complementary Color

#bdc58a #928ac5

#bdc58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc58a Color CSS Codes

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

#bdc58a Text Font Color

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

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


#bdc58a Background Color

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

This div background color is #bdc58a


#bdc58a Border Color

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

This div border color is #bdc58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc58a


Comments

No comments written yet.

Please login to write comment.