Color Hex Logo

#bfdd3f Color Hex

#BFDD3F
(191,221,63)
0 Favorites   0 Comments

Color spaces of #bfdd3f

RGB 19122163
HSL0.200.700.56
HSV71°71°87°
CMYK 0.140.000.71   0.13
XYZ48.239563.148214.3489
Yxy63.14820.38370.5022
Hunter Lab79.4658-30.707344.9203
CIE-Lab83.5203-30.133469.8097

#bfdd3f color RGB value is (191,221,63).

#bfdd3f hex color red value is 191, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfdd3f hue: 0.20 , saturation: 0.70 and the lightness value of bfdd3f is 0.56.

The process color (four color CMYK) of #bfdd3f color hex is 0.14, 0.00, 0.71, 0.13. Web safe color of #bfdd3f is #cccc33. Color #bfdd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 00111111
Octal 277 335 77
Decimal 191 221 63
Hex BF DD 3F

RGB Percentages of Color #bfdd3f

%40.21
%46.53
%13.26

CMYK Percentages of Color #bfdd3f

%14
%0
%71
%13

Triadic Colors of #bfdd3f

#bfdd3f #3fbfdd #dd3fbf

Analogous Colors of #bfdd3f

#bfdd3f #70dd3f #ddac3f

Monochromatic Colors of #bfdd3f

#bfdd3f

Complementary Color

#bfdd3f #5d3fdd

#bfdd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd3f Color CSS Codes

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

#bfdd3f Text Font Color

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

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


#bfdd3f Background Color

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

This div background color is #bfdd3f


#bfdd3f Border Color

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

This div border color is #bfdd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd3f


Comments

No comments written yet.

Please login to write comment.