Color Hex Logo

#bdc982 Color Hex

#BDC982
(189,201,130)
0 Favorites   0 Comments

Color spaces of #bdc982

RGB 189201130
HSL0.190.400.65
HSV70°35°79°
CMYK 0.060.000.35   0.21
XYZ45.902254.203829.1622
Yxy54.20380.35510.4193
Hunter Lab73.6232-17.550528.0515
CIE-Lab78.5804-15.389234.1507

#bdc982 color RGB value is (189,201,130).

#bdc982 hex color red value is 189, green value is 201 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bdc982 hue: 0.19 , saturation: 0.40 and the lightness value of bdc982 is 0.65.

The process color (four color CMYK) of #bdc982 color hex is 0.06, 0.00, 0.35, 0.21. Web safe color of #bdc982 is #cccc99. Color #bdc982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 10000010
Octal 275 311 202
Decimal 189 201 130
Hex BD C9 82

RGB Percentages of Color #bdc982

%36.35
%38.65
%25.00

CMYK Percentages of Color #bdc982

%6
%0
%35
%21

Triadic Colors of #bdc982

#bdc982 #82bdc9 #c982bd

Analogous Colors of #bdc982

#bdc982 #9ac982 #c9b282

Monochromatic Colors of #bdc982

#bdc982

Complementary Color

#bdc982 #8e82c9

#bdc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc982 Color CSS Codes

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

#bdc982 Text Font Color

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

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


#bdc982 Background Color

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

This div background color is #bdc982


#bdc982 Border Color

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

This div border color is #bdc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc982


Comments

No comments written yet.

Please login to write comment.