Color Hex Logo

#bdd48f Color Hex

#BDD48F
(189,212,143)
0 Favorites   0 Comments

Color spaces of #bdd48f

RGB 189212143
HSL0.220.450.70
HSV80°33°83°
CMYK 0.110.000.33   0.17
XYZ49.487759.889034.9380
Yxy59.88900.34290.4150
Hunter Lab77.3880-21.282627.4042
CIE-Lab81.7778-19.212131.6596

#bdd48f color RGB value is (189,212,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10001111
Octal 275 324 217
Decimal 189 212 143
Hex BD D4 8F

RGB Percentages of Color #bdd48f

%34.74
%38.97
%26.29

CMYK Percentages of Color #bdd48f

%11
%0
%33
%17

Triadic Colors of #bdd48f

#bdd48f #8fbdd4 #d48fbd

Analogous Colors of #bdd48f

#bdd48f #9bd48f #d4c98f

Monochromatic Colors of #bdd48f

#bdd48f

Complementary Color

#bdd48f #a68fd4

#bdd48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd48f Color CSS Codes

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

#bdd48f Text Font Color

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

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


#bdd48f Background Color

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

This div background color is #bdd48f


#bdd48f Border Color

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

This div border color is #bdd48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd48f


Comments

No comments written yet.

Please login to write comment.