Color Hex Logo

#bfd745 Color Hex

#BFD745
(191,215,69)
0 Favorites   0 Comments

Color spaces of #bfd745

RGB 19121569
HSL0.190.650.56
HSV70°68°84°
CMYK 0.110.000.68   0.16
XYZ46.860560.106914.7622
Yxy60.10690.38500.4938
Hunter Lab77.5286-27.784742.9807
CIE-Lab81.8963-26.970566.0417

#bfd745 color RGB value is (191,215,69).

#bfd745 hex color red value is 191, green value is 215 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bfd745 hue: 0.19 , saturation: 0.65 and the lightness value of bfd745 is 0.56.

The process color (four color CMYK) of #bfd745 color hex is 0.11, 0.00, 0.68, 0.16. Web safe color of #bfd745 is #cccc33. Color #bfd745 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 01000101
Octal 277 327 105
Decimal 191 215 69
Hex BF D7 45

RGB Percentages of Color #bfd745

%40.21
%45.26
%14.53

CMYK Percentages of Color #bfd745

%11
%0
%68
%16

Triadic Colors of #bfd745

#bfd745 #45bfd7 #d745bf

Analogous Colors of #bfd745

#bfd745 #76d745 #d7a645

Monochromatic Colors of #bfd745

#bfd745

Complementary Color

#bfd745 #5d45d7

#bfd745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd745 Color CSS Codes

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

#bfd745 Text Font Color

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

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


#bfd745 Background Color

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

This div background color is #bfd745


#bfd745 Border Color

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

This div border color is #bfd745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd745


Comments

No comments written yet.

Please login to write comment.