Color Hex Logo

#bdd57a Color Hex

#BDD57A
(189,213,122)
0 Favorites   0 Comments

Color spaces of #bdd57a

RGB 189213122
HSL0.210.520.66
HSV76°43°84°
CMYK 0.110.000.43   0.16
XYZ48.293459.812527.4120
Yxy59.81250.35640.4414
Hunter Lab77.3385-23.879633.1221
CIE-Lab81.7362-22.294742.2241

#bdd57a color RGB value is (189,213,122).

#bdd57a hex color red value is 189, green value is 213 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bdd57a hue: 0.21 , saturation: 0.52 and the lightness value of bdd57a is 0.66.

The process color (four color CMYK) of #bdd57a color hex is 0.11, 0.00, 0.43, 0.16. Web safe color of #bdd57a is #cccc66. Color #bdd57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 01111010
Octal 275 325 172
Decimal 189 213 122
Hex BD D5 7A

RGB Percentages of Color #bdd57a

%36.07
%40.65
%23.28

CMYK Percentages of Color #bdd57a

%11
%0
%43
%16

Triadic Colors of #bdd57a

#bdd57a #7abdd5 #d57abd

Analogous Colors of #bdd57a

#bdd57a #90d57a #d5c07a

Monochromatic Colors of #bdd57a

#bdd57a

Complementary Color

#bdd57a #927ad5

#bdd57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd57a Color CSS Codes

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

#bdd57a Text Font Color

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

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


#bdd57a Background Color

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

This div background color is #bdd57a


#bdd57a Border Color

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

This div border color is #bdd57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd57a


Comments

No comments written yet.

Please login to write comment.