Color Hex Logo

#bdd086 Color Hex

#BDD086
(189,208,134)
0 Favorites   0 Comments

Color spaces of #bdd086

RGB 189208134
HSL0.210.440.67
HSV75°36°82°
CMYK 0.090.000.36   0.18
XYZ47.845257.651831.1605
Yxy57.65180.35010.4219
Hunter Lab75.9288-20.396728.8181
CIE-Lab80.5448-18.397734.6578

#bdd086 color RGB value is (189,208,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010000 10000110
Octal 275 320 206
Decimal 189 208 134
Hex BD D0 86

RGB Percentages of Color #bdd086

%35.59
%39.17
%25.24

CMYK Percentages of Color #bdd086

%9
%0
%36
%18

Triadic Colors of #bdd086

#bdd086 #86bdd0 #d086bd

Analogous Colors of #bdd086

#bdd086 #98d086 #d0be86

Monochromatic Colors of #bdd086

#bdd086

Complementary Color

#bdd086 #9986d0

#bdd086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd086 Color CSS Codes

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

#bdd086 Text Font Color

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

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


#bdd086 Background Color

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

This div background color is #bdd086


#bdd086 Border Color

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

This div border color is #bdd086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd086


Comments

No comments written yet.

Please login to write comment.