Color Hex Logo

#bdd58f Color Hex

#BDD58F
(189,213,143)
0 Favorites   0 Comments

Color spaces of #bdd58f

RGB 189213143
HSL0.220.450.70
HSV81°33°84°
CMYK 0.110.000.33   0.16
XYZ49.738460.390535.0216
Yxy60.39050.34270.4161
Hunter Lab77.7113-21.747627.6781
CIE-Lab82.0500-19.707132.0197

#bdd58f color RGB value is (189,213,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010101 10001111
Octal 275 325 217
Decimal 189 213 143
Hex BD D5 8F

RGB Percentages of Color #bdd58f

%34.68
%39.08
%26.24

CMYK Percentages of Color #bdd58f

%11
%0
%33
%16

Triadic Colors of #bdd58f

#bdd58f #8fbdd5 #d58fbd

Analogous Colors of #bdd58f

#bdd58f #9ad58f #d5ca8f

Monochromatic Colors of #bdd58f

#bdd58f

Complementary Color

#bdd58f #a78fd5

#bdd58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd58f Color CSS Codes

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

#bdd58f Text Font Color

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

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


#bdd58f Background Color

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

This div background color is #bdd58f


#bdd58f Border Color

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

This div border color is #bdd58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd58f


Comments

No comments written yet.

Please login to write comment.