Color Hex Logo

#bfca66 Color Hex

#BFCA66
(191,202,102)
0 Favorites   0 Comments

Color spaces of #bfca66

RGB 191202102
HSL0.190.490.60
HSV67°50°79°
CMYK 0.050.000.50   0.21
XYZ45.004754.276720.6748
Yxy54.27670.37520.4525
Hunter Lab73.6727-19.886434.9323
CIE-Lab78.6228-18.145548.1889

#bfca66 color RGB value is (191,202,102).

#bfca66 hex color red value is 191, green value is 202 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bfca66 hue: 0.19 , saturation: 0.49 and the lightness value of bfca66 is 0.60.

The process color (four color CMYK) of #bfca66 color hex is 0.05, 0.00, 0.50, 0.21. Web safe color of #bfca66 is #cccc66. Color #bfca66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 01100110
Octal 277 312 146
Decimal 191 202 102
Hex BF CA 66

RGB Percentages of Color #bfca66

%38.59
%40.81
%20.61

CMYK Percentages of Color #bfca66

%5
%0
%50
%21

Triadic Colors of #bfca66

#bfca66 #66bfca #ca66bf

Analogous Colors of #bfca66

#bfca66 #8dca66 #caa366

Monochromatic Colors of #bfca66

#bfca66

Complementary Color

#bfca66 #7166ca

#bfca66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfca66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfca66 Color CSS Codes

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

#bfca66 Text Font Color

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

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


#bfca66 Background Color

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

This div background color is #bfca66


#bfca66 Border Color

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

This div border color is #bfca66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,202,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 #bfca66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfca66


Comments

No comments written yet.

Please login to write comment.