Color Hex Logo

#bfd477 Color Hex

#BFD477
(191,212,119)
0 Favorites   0 Comments

Color spaces of #bfd477

RGB 191212119
HSL0.200.520.65
HSV74°44°83°
CMYK 0.100.000.44   0.17
XYZ48.359159.495226.3877
Yxy59.49520.36020.4432
Hunter Lab77.1331-23.071333.7097
CIE-Lab81.5630-21.367643.5186

#bfd477 color RGB value is (191,212,119).

#bfd477 hex color red value is 191, green value is 212 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bfd477 hue: 0.20 , saturation: 0.52 and the lightness value of bfd477 is 0.65.

The process color (four color CMYK) of #bfd477 color hex is 0.10, 0.00, 0.44, 0.17. Web safe color of #bfd477 is #cccc66. Color #bfd477 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 01110111
Octal 277 324 167
Decimal 191 212 119
Hex BF D4 77

RGB Percentages of Color #bfd477

%36.59
%40.61
%22.80

CMYK Percentages of Color #bfd477

%10
%0
%44
%17

Triadic Colors of #bfd477

#bfd477 #77bfd4 #d477bf

Analogous Colors of #bfd477

#bfd477 #91d477 #d4bb77

Monochromatic Colors of #bfd477

#bfd477

Complementary Color

#bfd477 #8c77d4

#bfd477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd477 Color CSS Codes

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

#bfd477 Text Font Color

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

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


#bfd477 Background Color

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

This div background color is #bfd477


#bfd477 Border Color

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

This div border color is #bfd477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd477


Comments

No comments written yet.

Please login to write comment.