Color Hex Logo

#bffd53 Color Hex

#BFFD53
(191,253,83)
0 Favorites   0 Comments

Color spaces of #bffd53

RGB 19125383
HSL0.230.980.66
HSV82°67°99°
CMYK 0.250.000.67   0.01
XYZ58.172581.951520.9358
Yxy81.95150.36120.5088
Hunter Lab90.5271-43.718749.6572
CIE-Lab92.5534-43.384571.7255

#bffd53 color RGB value is (191,253,83).

#bffd53 hex color red value is 191, green value is 253 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bffd53 hue: 0.23 , saturation: 0.98 and the lightness value of bffd53 is 0.66.

The process color (four color CMYK) of #bffd53 color hex is 0.25, 0.00, 0.67, 0.01. Web safe color of #bffd53 is #ccff66. Color #bffd53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111101 01010011
Octal 277 375 123
Decimal 191 253 83
Hex BF FD 53

RGB Percentages of Color #bffd53

%36.24
%48.01
%15.75

CMYK Percentages of Color #bffd53

%25
%0
%67
%1

Triadic Colors of #bffd53

#bffd53 #53bffd #fd53bf

Analogous Colors of #bffd53

#bffd53 #6afd53 #fde653

Monochromatic Colors of #bffd53

#bffd53

Complementary Color

#bffd53 #9153fd

#bffd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffd53 Color CSS Codes

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

#bffd53 Text Font Color

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

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


#bffd53 Background Color

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

This div background color is #bffd53


#bffd53 Border Color

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

This div border color is #bffd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffd53


Comments

No comments written yet.

Please login to write comment.