Color Hex Logo

#bdd77a Color Hex

#BDD77A
(189,215,122)
0 Favorites   0 Comments

Color spaces of #bdd77a

RGB 189215122
HSL0.210.540.66
HSV77°43°84°
CMYK 0.120.000.43   0.16
XYZ48.799660.824827.5807
Yxy60.82480.35570.4433
Hunter Lab77.9903-24.793033.6257
CIE-Lab82.2845-23.268942.9110

#bdd77a color RGB value is (189,215,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 01111010
Octal 275 327 172
Decimal 189 215 122
Hex BD D7 7A

RGB Percentages of Color #bdd77a

%35.93
%40.87
%23.19

CMYK Percentages of Color #bdd77a

%12
%0
%43
%16

Triadic Colors of #bdd77a

#bdd77a #7abdd7 #d77abd

Analogous Colors of #bdd77a

#bdd77a #8fd77a #d7c37a

Monochromatic Colors of #bdd77a

#bdd77a

Complementary Color

#bdd77a #947ad7

#bdd77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd77a Color CSS Codes

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

#bdd77a Text Font Color

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

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


#bdd77a Background Color

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

This div background color is #bdd77a


#bdd77a Border Color

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

This div border color is #bdd77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd77a


Comments

No comments written yet.

Please login to write comment.