Color Hex Logo

#bdd492 Color Hex

#BDD492
(189,212,146)
0 Favorites   0 Comments

Color spaces of #bdd492

RGB 189212146
HSL0.220.430.70
HSV81°31°83°
CMYK 0.110.000.31   0.17
XYZ49.718159.981136.1512
Yxy59.98110.34090.4113
Hunter Lab77.4475-20.943426.5376
CIE-Lab81.8279-18.804730.1791

#bdd492 color RGB value is (189,212,146).

#bdd492 hex color red value is 189, green value is 212 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bdd492 hue: 0.22 , saturation: 0.43 and the lightness value of bdd492 is 0.70.

The process color (four color CMYK) of #bdd492 color hex is 0.11, 0.00, 0.31, 0.17. Web safe color of #bdd492 is #cccc99. Color #bdd492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10010010
Octal 275 324 222
Decimal 189 212 146
Hex BD D4 92

RGB Percentages of Color #bdd492

%34.55
%38.76
%26.69

CMYK Percentages of Color #bdd492

%11
%0
%31
%17

Triadic Colors of #bdd492

#bdd492 #92bdd4 #d492bd

Analogous Colors of #bdd492

#bdd492 #9cd492 #d4ca92

Monochromatic Colors of #bdd492

#bdd492

Complementary Color

#bdd492 #a992d4

#bdd492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd492 Color CSS Codes

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

#bdd492 Text Font Color

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

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


#bdd492 Background Color

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

This div background color is #bdd492


#bdd492 Border Color

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

This div border color is #bdd492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd492


Comments

No comments written yet.

Please login to write comment.