Color Hex Logo

#bfda50 Color Hex

#BFDA50
(191,218,80)
0 Favorites   0 Comments

Color spaces of #bfda50

RGB 19121880
HSL0.200.650.58
HSV72°63°85°
CMYK 0.120.000.63   0.15
XYZ48.005261.798416.9875
Yxy61.79840.37860.4874
Hunter Lab78.6120-28.568142.2162
CIE-Lab82.8061-27.701862.6874

#bfda50 color RGB value is (191,218,80).

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

The process color (four color CMYK) of #bfda50 color hex is 0.12, 0.00, 0.63, 0.15. Web safe color of #bfda50 is #cccc66. Color #bfda50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 01010000
Octal 277 332 120
Decimal 191 218 80
Hex BF DA 50

RGB Percentages of Color #bfda50

%39.06
%44.58
%16.36

CMYK Percentages of Color #bfda50

%12
%0
%63
%15

Triadic Colors of #bfda50

#bfda50 #50bfda #da50bf

Analogous Colors of #bfda50

#bfda50 #7ada50 #dab050

Monochromatic Colors of #bfda50

#bfda50

Complementary Color

#bfda50 #6b50da

#bfda50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda50 Color CSS Codes

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

#bfda50 Text Font Color

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

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


#bfda50 Background Color

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

This div background color is #bfda50


#bfda50 Border Color

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

This div border color is #bfda50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda50


Comments

No comments written yet.

Please login to write comment.