Color Hex Logo

#bfd554 Color Hex

#BFD554
(191,213,84)
0 Favorites   0 Comments

Color spaces of #bfd554

RGB 19121384
HSL0.200.610.58
HSV70°61°84°
CMYK 0.100.000.61   0.16
XYZ46.880359.305017.3637
Yxy59.30500.37940.4800
Hunter Lab77.0097-26.103740.5385
CIE-Lab81.4590-25.030059.5757

#bfd554 color RGB value is (191,213,84).

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

The process color (four color CMYK) of #bfd554 color hex is 0.10, 0.00, 0.61, 0.16. Web safe color of #bfd554 is #cccc66. Color #bfd554 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 01010100
Octal 277 325 124
Decimal 191 213 84
Hex BF D5 54

RGB Percentages of Color #bfd554

%39.14
%43.65
%17.21

CMYK Percentages of Color #bfd554

%10
%0
%61
%16

Triadic Colors of #bfd554

#bfd554 #54bfd5 #d554bf

Analogous Colors of #bfd554

#bfd554 #7fd554 #d5ab54

Monochromatic Colors of #bfd554

#bfd554

Complementary Color

#bfd554 #6a54d5

#bfd554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd554 Color CSS Codes

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

#bfd554 Text Font Color

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

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


#bfd554 Background Color

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

This div background color is #bfd554


#bfd554 Border Color

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

This div border color is #bfd554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd554


Comments

No comments written yet.

Please login to write comment.