Color Hex Logo

#bfd476 Color Hex

#BFD476
(191,212,118)
0 Favorites   0 Comments

Color spaces of #bfd476

RGB 191212118
HSL0.200.520.65
HSV73°44°83°
CMYK 0.100.000.44   0.17
XYZ48.299459.471326.0730
Yxy59.47130.36090.4443
Hunter Lab77.1176-23.159933.9368
CIE-Lab81.5500-21.475643.9938

#bfd476 color RGB value is (191,212,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 01110110
Octal 277 324 166
Decimal 191 212 118
Hex BF D4 76

RGB Percentages of Color #bfd476

%36.66
%40.69
%22.65

CMYK Percentages of Color #bfd476

%10
%0
%44
%17

Triadic Colors of #bfd476

#bfd476 #76bfd4 #d476bf

Analogous Colors of #bfd476

#bfd476 #90d476 #d4ba76

Monochromatic Colors of #bfd476

#bfd476

Complementary Color

#bfd476 #8b76d4

#bfd476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd476 Color CSS Codes

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

#bfd476 Text Font Color

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

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


#bfd476 Background Color

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

This div background color is #bfd476


#bfd476 Border Color

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

This div border color is #bfd476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd476


Comments

No comments written yet.

Please login to write comment.