Color Hex Logo

#bfd383 Color Hex

#BFD383
(191,211,131)
0 Favorites   0 Comments

Color spaces of #bfd383

RGB 191211131
HSL0.210.480.67
HSV75°38°83°
CMYK 0.090.000.38   0.17
XYZ48.876959.303630.3434
Yxy59.30360.35280.4281
Hunter Lab77.0088-21.472930.5444
CIE-Lab81.4582-19.496137.3948

#bfd383 color RGB value is (191,211,131).

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

The process color (four color CMYK) of #bfd383 color hex is 0.09, 0.00, 0.38, 0.17. Web safe color of #bfd383 is #cccc99. Color #bfd383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 10000011
Octal 277 323 203
Decimal 191 211 131
Hex BF D3 83

RGB Percentages of Color #bfd383

%35.83
%39.59
%24.58

CMYK Percentages of Color #bfd383

%9
%0
%38
%17

Triadic Colors of #bfd383

#bfd383 #83bfd3 #d383bf

Analogous Colors of #bfd383

#bfd383 #97d383 #d3bf83

Monochromatic Colors of #bfd383

#bfd383

Complementary Color

#bfd383 #9783d3

#bfd383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd383 Color CSS Codes

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

#bfd383 Text Font Color

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

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


#bfd383 Background Color

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

This div background color is #bfd383


#bfd383 Border Color

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

This div border color is #bfd383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd383


Comments

No comments written yet.

Please login to write comment.