Color Hex Logo

#bfda4a Color Hex

#BFDA4A
(191,218,74)
0 Favorites   0 Comments

Color spaces of #bfda4a

RGB 19121874
HSL0.200.660.57
HSV71°66°85°
CMYK 0.120.000.66   0.15
XYZ47.793361.713615.8715
Yxy61.71360.38120.4922
Hunter Lab78.5580-28.880343.0119
CIE-Lab82.7609-28.093665.0208

#bfda4a color RGB value is (191,218,74).

#bfda4a hex color red value is 191, green value is 218 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bfda4a hue: 0.20 , saturation: 0.66 and the lightness value of bfda4a is 0.57.

The process color (four color CMYK) of #bfda4a color hex is 0.12, 0.00, 0.66, 0.15. Web safe color of #bfda4a is #cccc33. Color #bfda4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 01001010
Octal 277 332 112
Decimal 191 218 74
Hex BF DA 4A

RGB Percentages of Color #bfda4a

%39.54
%45.13
%15.32

CMYK Percentages of Color #bfda4a

%12
%0
%66
%15

Triadic Colors of #bfda4a

#bfda4a #4abfda #da4abf

Analogous Colors of #bfda4a

#bfda4a #77da4a #daad4a

Monochromatic Colors of #bfda4a

#bfda4a

Complementary Color

#bfda4a #654ada

#bfda4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda4a Color CSS Codes

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

#bfda4a Text Font Color

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

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


#bfda4a Background Color

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

This div background color is #bfda4a


#bfda4a Border Color

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

This div border color is #bfda4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda4a


Comments

No comments written yet.

Please login to write comment.