Color Hex Logo

#bfd378 Color Hex

#BFD378
(191,211,120)
0 Favorites   0 Comments

Color spaces of #bfd378

RGB 191211120
HSL0.200.510.65
HSV73°43°83°
CMYK 0.090.000.43   0.17
XYZ48.170359.021026.6226
Yxy59.02100.36000.4411
Hunter Lab76.8251-22.522333.2315
CIE-Lab81.3031-20.767542.7016

#bfd378 color RGB value is (191,211,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01111000
Octal 277 323 170
Decimal 191 211 120
Hex BF D3 78

RGB Percentages of Color #bfd378

%36.59
%40.42
%22.99

CMYK Percentages of Color #bfd378

%9
%0
%43
%17

Triadic Colors of #bfd378

#bfd378 #78bfd3 #d378bf

Analogous Colors of #bfd378

#bfd378 #92d378 #d3ba78

Monochromatic Colors of #bfd378

#bfd378

Complementary Color

#bfd378 #8c78d3

#bfd378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd378 Color CSS Codes

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

#bfd378 Text Font Color

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

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


#bfd378 Background Color

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

This div background color is #bfd378


#bfd378 Border Color

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

This div border color is #bfd378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd378


Comments

No comments written yet.

Please login to write comment.