Color Hex Logo

#bfde66 Color Hex

#BFDE66
(191,222,102)
0 Favorites   0 Comments

Color spaces of #bfde66

RGB 191222102
HSL0.210.650.64
HSV76°54°87°
CMYK 0.140.000.54   0.13
XYZ50.005464.278222.3417
Yxy64.27820.36600.4705
Hunter Lab80.1737-28.971139.5995
CIE-Lab84.1104-27.868554.6404

#bfde66 color RGB value is (191,222,102).

#bfde66 hex color red value is 191, green value is 222 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bfde66 hue: 0.21 , saturation: 0.65 and the lightness value of bfde66 is 0.64.

The process color (four color CMYK) of #bfde66 color hex is 0.14, 0.00, 0.54, 0.13. Web safe color of #bfde66 is #cccc66. Color #bfde66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 01100110
Octal 277 336 146
Decimal 191 222 102
Hex BF DE 66

RGB Percentages of Color #bfde66

%37.09
%43.11
%19.81

CMYK Percentages of Color #bfde66

%14
%0
%54
%13

Triadic Colors of #bfde66

#bfde66 #66bfde #de66bf

Analogous Colors of #bfde66

#bfde66 #83de66 #dec166

Monochromatic Colors of #bfde66

#bfde66

Complementary Color

#bfde66 #8566de

#bfde66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfde66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfde66 Color CSS Codes

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

#bfde66 Text Font Color

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

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


#bfde66 Background Color

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

This div background color is #bfde66


#bfde66 Border Color

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

This div border color is #bfde66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfde66


Comments

No comments written yet.

Please login to write comment.