Color Hex Logo

#bdd48e Color Hex

#BDD48E
(189,212,142)
0 Favorites   0 Comments

Color spaces of #bdd48e

RGB 189212142
HSL0.220.450.69
HSV80°33°83°
CMYK 0.110.000.33   0.17
XYZ49.412259.858834.5408
Yxy59.85880.34360.4162
Hunter Lab77.3685-21.393927.6882
CIE-Lab81.7614-19.345932.1521

#bdd48e color RGB value is (189,212,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010100 10001110
Octal 275 324 216
Decimal 189 212 142
Hex BD D4 8E

RGB Percentages of Color #bdd48e

%34.81
%39.04
%26.15

CMYK Percentages of Color #bdd48e

%11
%0
%33
%17

Triadic Colors of #bdd48e

#bdd48e #8ebdd4 #d48ebd

Analogous Colors of #bdd48e

#bdd48e #9ad48e #d4c88e

Monochromatic Colors of #bdd48e

#bdd48e

Complementary Color

#bdd48e #a58ed4

#bdd48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd48e Color CSS Codes

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

#bdd48e Text Font Color

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

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


#bdd48e Background Color

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

This div background color is #bdd48e


#bdd48e Border Color

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

This div border color is #bdd48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd48e


Comments

No comments written yet.

Please login to write comment.