Color Hex Logo

#bdea82 Color Hex

#BDEA82
(189,234,130)
0 Favorites   0 Comments

Color spaces of #bdea82

RGB 189234130
HSL0.240.710.71
HSV86°44°92°
CMYK 0.190.000.44   0.08
XYZ54.438371.276232.0076
Yxy71.27620.34520.4519
Hunter Lab84.4252-32.645436.6194
CIE-Lab87.6190-31.400545.6710

#bdea82 color RGB value is (189,234,130).

#bdea82 hex color red value is 189, green value is 234 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bdea82 hue: 0.24 , saturation: 0.71 and the lightness value of bdea82 is 0.71.

The process color (four color CMYK) of #bdea82 color hex is 0.19, 0.00, 0.44, 0.08. Web safe color of #bdea82 is #ccff99. Color #bdea82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 10000010
Octal 275 352 202
Decimal 189 234 130
Hex BD EA 82

RGB Percentages of Color #bdea82

%34.18
%42.31
%23.51

CMYK Percentages of Color #bdea82

%19
%0
%44
%8

Triadic Colors of #bdea82

#bdea82 #82bdea #ea82bd

Analogous Colors of #bdea82

#bdea82 #89ea82 #eae382

Monochromatic Colors of #bdea82

#bdea82

Complementary Color

#bdea82 #af82ea

#bdea82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdea82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdea82 Color CSS Codes

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

#bdea82 Text Font Color

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

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


#bdea82 Background Color

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

This div background color is #bdea82


#bdea82 Border Color

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

This div border color is #bdea82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdea82


Comments

No comments written yet.

Please login to write comment.