Color Hex Logo

#bdd58e Color Hex

#BDD58E
(189,213,142)
0 Favorites   0 Comments

Color spaces of #bdd58e

RGB 189213142
HSL0.220.460.70
HSV80°33°84°
CMYK 0.110.000.33   0.16
XYZ49.663060.360334.6244
Yxy60.36030.34330.4173
Hunter Lab77.6919-21.858227.9610
CIE-Lab82.0336-19.840332.5115

#bdd58e color RGB value is (189,213,142).

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

The process color (four color CMYK) of #bdd58e color hex is 0.11, 0.00, 0.33, 0.16. Web safe color of #bdd58e is #cccc99. Color #bdd58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 10001110
Octal 275 325 216
Decimal 189 213 142
Hex BD D5 8E

RGB Percentages of Color #bdd58e

%34.74
%39.15
%26.10

CMYK Percentages of Color #bdd58e

%11
%0
%33
%16

Triadic Colors of #bdd58e

#bdd58e #8ebdd5 #d58ebd

Analogous Colors of #bdd58e

#bdd58e #9ad58e #d5ca8e

Monochromatic Colors of #bdd58e

#bdd58e

Complementary Color

#bdd58e #a68ed5

#bdd58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd58e Color CSS Codes

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

#bdd58e Text Font Color

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

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


#bdd58e Background Color

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

This div background color is #bdd58e


#bdd58e Border Color

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

This div border color is #bdd58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd58e


Comments

No comments written yet.

Please login to write comment.