Color Hex Logo

#bfdf58 Color Hex

#BFDF58
(191,223,88)
0 Favorites   0 Comments

Color spaces of #bfdf58

RGB 19122388
HSL0.210.680.61
HSV74°61°87°
CMYK 0.140.000.61   0.13
XYZ49.635064.556319.0771
Yxy64.55630.37240.4844
Hunter Lab80.3469-30.337242.1654
CIE-Lab84.2546-29.489060.9397

#bfdf58 color RGB value is (191,223,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 01011000
Octal 277 337 130
Decimal 191 223 88
Hex BF DF 58

RGB Percentages of Color #bfdf58

%38.05
%44.42
%17.53

CMYK Percentages of Color #bfdf58

%14
%0
%61
%13

Triadic Colors of #bfdf58

#bfdf58 #58bfdf #df58bf

Analogous Colors of #bfdf58

#bfdf58 #7cdf58 #dfbc58

Monochromatic Colors of #bfdf58

#bfdf58

Complementary Color

#bfdf58 #7858df

#bfdf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf58 Color CSS Codes

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

#bfdf58 Text Font Color

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

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


#bfdf58 Background Color

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

This div background color is #bfdf58


#bfdf58 Border Color

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

This div border color is #bfdf58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,223,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 #bfdf58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf58


Comments

No comments written yet.

Please login to write comment.