Color Hex Logo

#bfd478 Color Hex

#BFD478
(191,212,120)
0 Favorites   0 Comments

Color spaces of #bfd478

RGB 191212120
HSL0.200.520.65
HSV74°43°83°
CMYK 0.100.000.43   0.17
XYZ48.419559.519426.7057
Yxy59.51940.35960.4420
Hunter Lab77.1488-22.981733.4804
CIE-Lab81.5763-21.258543.0425

#bfd478 color RGB value is (191,212,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 01111000
Octal 277 324 170
Decimal 191 212 120
Hex BF D4 78

RGB Percentages of Color #bfd478

%36.52
%40.54
%22.94

CMYK Percentages of Color #bfd478

%10
%0
%43
%17

Triadic Colors of #bfd478

#bfd478 #78bfd4 #d478bf

Analogous Colors of #bfd478

#bfd478 #91d478 #d4bb78

Monochromatic Colors of #bfd478

#bfd478

Complementary Color

#bfd478 #8d78d4

#bfd478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd478 Color CSS Codes

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

#bfd478 Text Font Color

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

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


#bfd478 Background Color

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

This div background color is #bfd478


#bfd478 Border Color

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

This div border color is #bfd478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd478


Comments

No comments written yet.

Please login to write comment.