Color Hex Logo

#bfd362 Color Hex

#BFD362
(191,211,98)
0 Favorites   0 Comments

Color spaces of #bfd362

RGB 19121198
HSL0.200.560.61
HSV71°54°83°
CMYK 0.090.000.54   0.17
XYZ46.984758.546720.3796
Yxy58.54670.37320.4650
Hunter Lab76.5158-24.294437.7695
CIE-Lab81.0418-22.938852.9093

#bfd362 color RGB value is (191,211,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01100010
Octal 277 323 142
Decimal 191 211 98
Hex BF D3 62

RGB Percentages of Color #bfd362

%38.20
%42.20
%19.60

CMYK Percentages of Color #bfd362

%9
%0
%54
%17

Triadic Colors of #bfd362

#bfd362 #62bfd3 #d362bf

Analogous Colors of #bfd362

#bfd362 #87d362 #d3af62

Monochromatic Colors of #bfd362

#bfd362

Complementary Color

#bfd362 #7662d3

#bfd362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd362 Color CSS Codes

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

#bfd362 Text Font Color

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

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


#bfd362 Background Color

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

This div background color is #bfd362


#bfd362 Border Color

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

This div border color is #bfd362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd362


Comments

No comments written yet.

Please login to write comment.