Color Hex Logo

#bfd082 Color Hex

#BFD082
(191,208,130)
0 Favorites   0 Comments

Color spaces of #bfd082

RGB 191208130
HSL0.200.450.66
HSV73°38°82°
CMYK 0.080.000.38   0.18
XYZ48.071057.799829.7420
Yxy57.79980.35450.4262
Hunter Lab76.0262-20.181130.0236
CIE-Lab80.6274-18.128836.8312

#bfd082 color RGB value is (191,208,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 10000010
Octal 277 320 202
Decimal 191 208 130
Hex BF D0 82

RGB Percentages of Color #bfd082

%36.11
%39.32
%24.57

CMYK Percentages of Color #bfd082

%8
%0
%38
%18

Triadic Colors of #bfd082

#bfd082 #82bfd0 #d082bf

Analogous Colors of #bfd082

#bfd082 #98d082 #d0ba82

Monochromatic Colors of #bfd082

#bfd082

Complementary Color

#bfd082 #9382d0

#bfd082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd082 Color CSS Codes

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

#bfd082 Text Font Color

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

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


#bfd082 Background Color

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

This div background color is #bfd082


#bfd082 Border Color

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

This div border color is #bfd082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd082


Comments

No comments written yet.

Please login to write comment.