Color Hex Logo

#bfd877 Color Hex

#BFD877
(191,216,119)
0 Favorites   0 Comments

Color spaces of #bfd877

RGB 191216119
HSL0.210.550.66
HSV75°45°85°
CMYK 0.120.000.45   0.15
XYZ49.371561.520026.7252
Yxy61.52000.35880.4470
Hunter Lab78.4347-24.902134.7023
CIE-Lab82.6575-23.318944.8763

#bfd877 color RGB value is (191,216,119).

#bfd877 hex color red value is 191, green value is 216 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bfd877 hue: 0.21 , saturation: 0.55 and the lightness value of bfd877 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 01110111
Octal 277 330 167
Decimal 191 216 119
Hex BF D8 77

RGB Percentages of Color #bfd877

%36.31
%41.06
%22.62

CMYK Percentages of Color #bfd877

%12
%0
%45
%15

Triadic Colors of #bfd877

#bfd877 #77bfd8 #d877bf

Analogous Colors of #bfd877

#bfd877 #8fd877 #d8c177

Monochromatic Colors of #bfd877

#bfd877

Complementary Color

#bfd877 #9077d8

#bfd877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd877 Color CSS Codes

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

#bfd877 Text Font Color

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

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


#bfd877 Background Color

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

This div background color is #bfd877


#bfd877 Border Color

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

This div border color is #bfd877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd877


Comments

No comments written yet.

Please login to write comment.