Color Hex Logo

#bfda61 Color Hex

#BFDA61
(191,218,97)
0 Favorites   0 Comments

Color spaces of #bfda61

RGB 19121897
HSL0.200.620.62
HSV73°56°85°
CMYK 0.120.000.56   0.15
XYZ48.714962.082220.7248
Yxy62.08220.37040.4720
Hunter Lab78.7923-27.525239.5595
CIE-Lab82.9571-26.400055.5692

#bfda61 color RGB value is (191,218,97).

#bfda61 hex color red value is 191, green value is 218 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bfda61 hue: 0.20 , saturation: 0.62 and the lightness value of bfda61 is 0.62.

The process color (four color CMYK) of #bfda61 color hex is 0.12, 0.00, 0.56, 0.15. Web safe color of #bfda61 is #cccc66. Color #bfda61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 01100001
Octal 277 332 141
Decimal 191 218 97
Hex BF DA 61

RGB Percentages of Color #bfda61

%37.75
%43.08
%19.17

CMYK Percentages of Color #bfda61

%12
%0
%56
%15

Triadic Colors of #bfda61

#bfda61 #61bfda #da61bf

Analogous Colors of #bfda61

#bfda61 #83da61 #dab961

Monochromatic Colors of #bfda61

#bfda61

Complementary Color

#bfda61 #7c61da

#bfda61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda61 Color CSS Codes

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

#bfda61 Text Font Color

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

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


#bfda61 Background Color

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

This div background color is #bfda61


#bfda61 Border Color

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

This div border color is #bfda61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda61


Comments

No comments written yet.

Please login to write comment.