Color Hex Logo

#bfcd79 Color Hex

#BFCD79
(191,205,121)
0 Favorites   0 Comments

Color spaces of #bfcd79

RGB 191205121
HSL0.190.460.64
HSV70°41°80°
CMYK 0.070.000.41   0.20
XYZ46.768456.119526.4563
Yxy56.11950.36160.4339
Hunter Lab74.9129-19.659531.5002
CIE-Lab79.6818-17.684340.1671

#bfcd79 color RGB value is (191,205,121).

#bfcd79 hex color red value is 191, green value is 205 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bfcd79 hue: 0.19 , saturation: 0.46 and the lightness value of bfcd79 is 0.64.

The process color (four color CMYK) of #bfcd79 color hex is 0.07, 0.00, 0.41, 0.20. Web safe color of #bfcd79 is #cccc66. Color #bfcd79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 01111001
Octal 277 315 171
Decimal 191 205 121
Hex BF CD 79

RGB Percentages of Color #bfcd79

%36.94
%39.65
%23.40

CMYK Percentages of Color #bfcd79

%7
%0
%41
%20

Triadic Colors of #bfcd79

#bfcd79 #79bfcd #cd79bf

Analogous Colors of #bfcd79

#bfcd79 #95cd79 #cdb179

Monochromatic Colors of #bfcd79

#bfcd79

Complementary Color

#bfcd79 #8779cd

#bfcd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcd79 Color CSS Codes

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

#bfcd79 Text Font Color

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

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


#bfcd79 Background Color

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

This div background color is #bfcd79


#bfcd79 Border Color

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

This div border color is #bfcd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcd79


Comments

No comments written yet.

Please login to write comment.