Color Hex Logo

#bdd470 Color Hex

#BDD470
(189,212,112)
0 Favorites   0 Comments

Color spaces of #bdd470

RGB 189212112
HSL0.210.540.64
HSV74°47°83°
CMYK 0.110.000.47   0.17
XYZ47.454459.075624.2309
Yxy59.07560.36290.4518
Hunter Lab76.8607-24.298835.1108
CIE-Lab81.3331-22.881546.6165

#bdd470 color RGB value is (189,212,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 01110000
Octal 275 324 160
Decimal 189 212 112
Hex BD D4 70

RGB Percentages of Color #bdd470

%36.84
%41.33
%21.83

CMYK Percentages of Color #bdd470

%11
%0
%47
%17

Triadic Colors of #bdd470

#bdd470 #70bdd4 #d470bd

Analogous Colors of #bdd470

#bdd470 #8bd470 #d4b970

Monochromatic Colors of #bdd470

#bdd470

Complementary Color

#bdd470 #8770d4

#bdd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd470 Color CSS Codes

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

#bdd470 Text Font Color

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

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


#bdd470 Background Color

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

This div background color is #bdd470


#bdd470 Border Color

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

This div border color is #bdd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd470


Comments

No comments written yet.

Please login to write comment.