Color Hex Logo

#bdd88f Color Hex

#BDD88F
(189,216,143)
0 Favorites   0 Comments

Color spaces of #bdd88f

RGB 189216143
HSL0.230.480.70
HSV82°34°85°
CMYK 0.130.000.34   0.15
XYZ50.500161.913735.2755
Yxy61.91370.34190.4192
Hunter Lab78.6853-23.138128.4993
CIE-Lab82.8675-21.184533.0989

#bdd88f color RGB value is (189,216,143).

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

The process color (four color CMYK) of #bdd88f color hex is 0.13, 0.00, 0.34, 0.15. Web safe color of #bdd88f is #cccc99. Color #bdd88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011000 10001111
Octal 275 330 217
Decimal 189 216 143
Hex BD D8 8F

RGB Percentages of Color #bdd88f

%34.49
%39.42
%26.09

CMYK Percentages of Color #bdd88f

%13
%0
%34
%15

Triadic Colors of #bdd88f

#bdd88f #8fbdd8 #d88fbd

Analogous Colors of #bdd88f

#bdd88f #99d88f #d8cf8f

Monochromatic Colors of #bdd88f

#bdd88f

Complementary Color

#bdd88f #aa8fd8

#bdd88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd88f Color CSS Codes

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

#bdd88f Text Font Color

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

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


#bdd88f Background Color

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

This div background color is #bdd88f


#bdd88f Border Color

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

This div border color is #bdd88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd88f


Comments

No comments written yet.

Please login to write comment.