Color Hex Logo

#bfdd58 Color Hex

#BFDD58
(191,221,88)
0 Favorites   0 Comments

Color spaces of #bfdd58

RGB 19122188
HSL0.200.660.61
HSV74°60°87°
CMYK 0.140.000.60   0.13
XYZ49.103863.493818.9000
Yxy63.49380.37340.4829
Hunter Lab79.6830-29.446541.7151
CIE-Lab83.7015-28.546760.3335

#bfdd58 color RGB value is (191,221,88).

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

The process color (four color CMYK) of #bfdd58 color hex is 0.14, 0.00, 0.60, 0.13. Web safe color of #bfdd58 is #cccc66. Color #bfdd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 01011000
Octal 277 335 130
Decimal 191 221 88
Hex BF DD 58

RGB Percentages of Color #bfdd58

%38.20
%44.20
%17.60

CMYK Percentages of Color #bfdd58

%14
%0
%60
%13

Triadic Colors of #bfdd58

#bfdd58 #58bfdd #dd58bf

Analogous Colors of #bfdd58

#bfdd58 #7ddd58 #ddb958

Monochromatic Colors of #bfdd58

#bfdd58

Complementary Color

#bfdd58 #7658dd

#bfdd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd58 Color CSS Codes

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

#bfdd58 Text Font Color

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

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


#bfdd58 Background Color

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

This div background color is #bfdd58


#bfdd58 Border Color

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

This div border color is #bfdd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd58


Comments

No comments written yet.

Please login to write comment.