Color Hex Logo

#bdd47a Color Hex

#BDD47A
(189,212,122)
0 Favorites   0 Comments

Color spaces of #bdd47a

RGB 189212122
HSL0.210.510.65
HSV75°42°83°
CMYK 0.110.000.42   0.17
XYZ48.042659.310927.3284
Yxy59.31090.35670.4404
Hunter Lab77.0136-23.421932.8703
CIE-Lab81.4622-21.805741.8803

#bdd47a color RGB value is (189,212,122).

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

The process color (four color CMYK) of #bdd47a color hex is 0.11, 0.00, 0.42, 0.17. Web safe color of #bdd47a is #cccc66. Color #bdd47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 01111010
Octal 275 324 172
Decimal 189 212 122
Hex BD D4 7A

RGB Percentages of Color #bdd47a

%36.14
%40.54
%23.33

CMYK Percentages of Color #bdd47a

%11
%0
%42
%17

Triadic Colors of #bdd47a

#bdd47a #7abdd4 #d47abd

Analogous Colors of #bdd47a

#bdd47a #90d47a #d4be7a

Monochromatic Colors of #bdd47a

#bdd47a

Complementary Color

#bdd47a #917ad4

#bdd47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd47a Color CSS Codes

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

#bdd47a Text Font Color

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

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


#bdd47a Background Color

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

This div background color is #bdd47a


#bdd47a Border Color

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

This div border color is #bdd47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd47a


Comments

No comments written yet.

Please login to write comment.