Color Hex Logo

#bdd782 Color Hex

#BDD782
(189,215,130)
0 Favorites   0 Comments

Color spaces of #bdd782

RGB 189215130
HSL0.220.520.68
HSV78°40°84°
CMYK 0.120.000.40   0.16
XYZ49.316061.031430.3001
Yxy61.03140.35060.4339
Hunter Lab78.1226-24.033931.6900
CIE-Lab82.3956-22.340739.0732

#bdd782 color RGB value is (189,215,130).

#bdd782 hex color red value is 189, green value is 215 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bdd782 hue: 0.22 , saturation: 0.52 and the lightness value of bdd782 is 0.68.

The process color (four color CMYK) of #bdd782 color hex is 0.12, 0.00, 0.40, 0.16. Web safe color of #bdd782 is #cccc99. Color #bdd782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 10000010
Octal 275 327 202
Decimal 189 215 130
Hex BD D7 82

RGB Percentages of Color #bdd782

%35.39
%40.26
%24.34

CMYK Percentages of Color #bdd782

%12
%0
%40
%16

Triadic Colors of #bdd782

#bdd782 #82bdd7 #d782bd

Analogous Colors of #bdd782

#bdd782 #93d782 #d7c782

Monochromatic Colors of #bdd782

#bdd782

Complementary Color

#bdd782 #9c82d7

#bdd782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd782 Color CSS Codes

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

#bdd782 Text Font Color

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

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


#bdd782 Background Color

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

This div background color is #bdd782


#bdd782 Border Color

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

This div border color is #bdd782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd782


Comments

No comments written yet.

Please login to write comment.