Color Hex Logo

#bfd363 Color Hex

#BFD363
(191,211,99)
0 Favorites   0 Comments

Color spaces of #bfd363

RGB 19121199
HSL0.200.560.61
HSV71°53°83°
CMYK 0.090.000.53   0.17
XYZ47.032358.565720.6298
Yxy58.56570.37260.4640
Hunter Lab76.5282-24.222937.5869
CIE-Lab81.0523-22.850652.4611

#bfd363 color RGB value is (191,211,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01100011
Octal 277 323 143
Decimal 191 211 99
Hex BF D3 63

RGB Percentages of Color #bfd363

%38.12
%42.12
%19.76

CMYK Percentages of Color #bfd363

%9
%0
%53
%17

Triadic Colors of #bfd363

#bfd363 #63bfd3 #d363bf

Analogous Colors of #bfd363

#bfd363 #87d363 #d3af63

Monochromatic Colors of #bfd363

#bfd363

Complementary Color

#bfd363 #7763d3

#bfd363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd363 Color CSS Codes

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

#bfd363 Text Font Color

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

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


#bfd363 Background Color

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

This div background color is #bfd363


#bfd363 Border Color

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

This div border color is #bfd363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd363


Comments

No comments written yet.

Please login to write comment.