Color Hex Logo

#bdd182 Color Hex

#BDD182
(189,209,130)
0 Favorites   0 Comments

Color spaces of #bdd182

RGB 189209130
HSL0.210.460.66
HSV75°38°82°
CMYK 0.100.000.38   0.18
XYZ47.816058.031529.8001
Yxy58.03150.35250.4278
Hunter Lab76.1784-21.270530.1313
CIE-Lab80.7563-19.390236.9690

#bdd182 color RGB value is (189,209,130).

#bdd182 hex color red value is 189, green value is 209 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bdd182 hue: 0.21 , saturation: 0.46 and the lightness value of bdd182 is 0.66.

The process color (four color CMYK) of #bdd182 color hex is 0.10, 0.00, 0.38, 0.18. Web safe color of #bdd182 is #cccc99. Color #bdd182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010001 10000010
Octal 275 321 202
Decimal 189 209 130
Hex BD D1 82

RGB Percentages of Color #bdd182

%35.80
%39.58
%24.62

CMYK Percentages of Color #bdd182

%10
%0
%38
%18

Triadic Colors of #bdd182

#bdd182 #82bdd1 #d182bd

Analogous Colors of #bdd182

#bdd182 #96d182 #d1be82

Monochromatic Colors of #bdd182

#bdd182

Complementary Color

#bdd182 #9682d1

#bdd182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd182 Color CSS Codes

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

#bdd182 Text Font Color

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

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


#bdd182 Background Color

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

This div background color is #bdd182


#bdd182 Border Color

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

This div border color is #bdd182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd182


Comments

No comments written yet.

Please login to write comment.