Color Hex Logo

#bfd373 Color Hex

#BFD373
(191,211,115)
0 Favorites   0 Comments

Color spaces of #bfd373

RGB 191211115
HSL0.200.520.64
HSV73°45°83°
CMYK 0.090.000.45   0.17
XYZ47.874658.902725.0658
Yxy58.90270.36310.4468
Hunter Lab76.7481-22.962934.3597
CIE-Lab81.2381-21.304545.0763

#bfd373 color RGB value is (191,211,115).

#bfd373 hex color red value is 191, green value is 211 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bfd373 hue: 0.20 , saturation: 0.52 and the lightness value of bfd373 is 0.64.

The process color (four color CMYK) of #bfd373 color hex is 0.09, 0.00, 0.45, 0.17. Web safe color of #bfd373 is #cccc66. Color #bfd373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01110011
Octal 277 323 163
Decimal 191 211 115
Hex BF D3 73

RGB Percentages of Color #bfd373

%36.94
%40.81
%22.24

CMYK Percentages of Color #bfd373

%9
%0
%45
%17

Triadic Colors of #bfd373

#bfd373 #73bfd3 #d373bf

Analogous Colors of #bfd373

#bfd373 #8fd373 #d3b773

Monochromatic Colors of #bfd373

#bfd373

Complementary Color

#bfd373 #8773d3

#bfd373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd373 Color CSS Codes

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

#bfd373 Text Font Color

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

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


#bfd373 Background Color

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

This div background color is #bfd373


#bfd373 Border Color

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

This div border color is #bfd373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd373


Comments

No comments written yet.

Please login to write comment.