Color Hex Logo

#bdcf82 Color Hex

#BDCF82
(189,207,130)
0 Favorites   0 Comments

Color spaces of #bdcf82

RGB 189207130
HSL0.210.450.66
HSV74°37°81°
CMYK 0.090.000.37   0.19
XYZ47.328457.056229.6376
Yxy57.05620.35310.4257
Hunter Lab75.5356-20.344329.6115
CIE-Lab80.2112-18.397036.2657

#bdcf82 color RGB value is (189,207,130).

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

The process color (four color CMYK) of #bdcf82 color hex is 0.09, 0.00, 0.37, 0.19. Web safe color of #bdcf82 is #cccc99. Color #bdcf82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 10000010
Octal 275 317 202
Decimal 189 207 130
Hex BD CF 82

RGB Percentages of Color #bdcf82

%35.93
%39.35
%24.71

CMYK Percentages of Color #bdcf82

%9
%0
%37
%19

Triadic Colors of #bdcf82

#bdcf82 #82bdcf #cf82bd

Analogous Colors of #bdcf82

#bdcf82 #97cf82 #cfbb82

Monochromatic Colors of #bdcf82

#bdcf82

Complementary Color

#bdcf82 #9482cf

#bdcf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf82 Color CSS Codes

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

#bdcf82 Text Font Color

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

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


#bdcf82 Background Color

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

This div background color is #bdcf82


#bdcf82 Border Color

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

This div border color is #bdcf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf82


Comments

No comments written yet.

Please login to write comment.