Color Hex Logo

#bfd184 Color Hex

#BFD184
(191,209,132)
0 Favorites   0 Comments

Color spaces of #bfd184

RGB 191209132
HSL0.210.460.67
HSV74°37°82°
CMYK 0.090.000.37   0.18
XYZ48.451258.343230.5375
Yxy58.34320.35280.4248
Hunter Lab76.3827-20.443429.7640
CIE-Lab80.9292-18.382536.2048

#bfd184 color RGB value is (191,209,132).

#bfd184 hex color red value is 191, green value is 209 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bfd184 hue: 0.21 , saturation: 0.46 and the lightness value of bfd184 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10000100
Octal 277 321 204
Decimal 191 209 132
Hex BF D1 84

RGB Percentages of Color #bfd184

%35.90
%39.29
%24.81

CMYK Percentages of Color #bfd184

%9
%0
%37
%18

Triadic Colors of #bfd184

#bfd184 #84bfd1 #d184bf

Analogous Colors of #bfd184

#bfd184 #99d184 #d1bd84

Monochromatic Colors of #bfd184

#bfd184

Complementary Color

#bfd184 #9684d1

#bfd184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd184 Color CSS Codes

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

#bfd184 Text Font Color

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

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


#bfd184 Background Color

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

This div background color is #bfd184


#bfd184 Border Color

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

This div border color is #bfd184


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,209,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfd184">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd184


Comments

No comments written yet.

Please login to write comment.