Color Hex Logo

#bfd074 Color Hex

#BFD074
(191,208,116)
0 Favorites   0 Comments

Color spaces of #bfd074

RGB 191208116
HSL0.200.490.64
HSV71°44°82°
CMYK 0.080.000.44   0.18
XYZ47.194157.449125.1244
Yxy57.44910.36370.4427
Hunter Lab75.7952-21.498033.4033
CIE-Lab80.4315-19.721943.5903

#bfd074 color RGB value is (191,208,116).

#bfd074 hex color red value is 191, green value is 208 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bfd074 hue: 0.20 , saturation: 0.49 and the lightness value of bfd074 is 0.64.

The process color (four color CMYK) of #bfd074 color hex is 0.08, 0.00, 0.44, 0.18. Web safe color of #bfd074 is #cccc66. Color #bfd074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01110100
Octal 277 320 164
Decimal 191 208 116
Hex BF D0 74

RGB Percentages of Color #bfd074

%37.09
%40.39
%22.52

CMYK Percentages of Color #bfd074

%8
%0
%44
%18

Triadic Colors of #bfd074

#bfd074 #74bfd0 #d074bf

Analogous Colors of #bfd074

#bfd074 #91d074 #d0b374

Monochromatic Colors of #bfd074

#bfd074

Complementary Color

#bfd074 #8574d0

#bfd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd074 Color CSS Codes

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

#bfd074 Text Font Color

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

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


#bfd074 Background Color

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

This div background color is #bfd074


#bfd074 Border Color

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

This div border color is #bfd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd074


Comments

No comments written yet.

Please login to write comment.