Color Hex Logo

#bdd08d Color Hex

#BDD08D
(189,208,141)
0 Favorites   0 Comments

Color spaces of #bdd08d

RGB 189208141
HSL0.210.420.68
HSV77°32°82°
CMYK 0.090.000.32   0.18
XYZ48.349957.853733.8179
Yxy57.85370.34530.4132
Hunter Lab76.0616-19.641226.8821
CIE-Lab80.6574-17.489331.2069

#bdd08d color RGB value is (189,208,141).

#bdd08d hex color red value is 189, green value is 208 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bdd08d hue: 0.21 , saturation: 0.42 and the lightness value of bdd08d is 0.68.

The process color (four color CMYK) of #bdd08d color hex is 0.09, 0.00, 0.32, 0.18. Web safe color of #bdd08d is #cccc99. Color #bdd08d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10001101
Octal 275 320 215
Decimal 189 208 141
Hex BD D0 8D

RGB Percentages of Color #bdd08d

%35.13
%38.66
%26.21

CMYK Percentages of Color #bdd08d

%9
%0
%32
%18

Triadic Colors of #bdd08d

#bdd08d #8dbdd0 #d08dbd

Analogous Colors of #bdd08d

#bdd08d #9cd08d #d0c28d

Monochromatic Colors of #bdd08d

#bdd08d

Complementary Color

#bdd08d #a08dd0

#bdd08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd08d Color CSS Codes

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

#bdd08d Text Font Color

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

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


#bdd08d Background Color

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

This div background color is #bdd08d


#bdd08d Border Color

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

This div border color is #bdd08d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd08d


Comments

No comments written yet.

Please login to write comment.