Color Hex Logo

#bfe353 Color Hex

#BFE353
(191,227,83)
1 Favorites   0 Comments

Color spaces of #bfe353

RGB 19122783
HSL0.210.720.61
HSV75°63°89°
CMYK 0.160.000.63   0.11
XYZ50.516366.639118.3838
Yxy66.63910.37270.4917
Hunter Lab81.6328-32.397343.7908
CIE-Lab85.3214-31.718264.1514

#bfe353 color RGB value is (191,227,83).

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

The process color (four color CMYK) of #bfe353 color hex is 0.16, 0.00, 0.63, 0.11. Web safe color of #bfe353 is #cccc66. Color #bfe353 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 01010011
Octal 277 343 123
Decimal 191 227 83
Hex BF E3 53

RGB Percentages of Color #bfe353

%38.12
%45.31
%16.57

CMYK Percentages of Color #bfe353

%16
%0
%63
%11

Triadic Colors of #bfe353

#bfe353 #53bfe3 #e353bf

Analogous Colors of #bfe353

#bfe353 #77e353 #e3bf53

Monochromatic Colors of #bfe353

#bfe353

Complementary Color

#bfe353 #7753e3

#bfe353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe353 Color CSS Codes

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

#bfe353 Text Font Color

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

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


#bfe353 Background Color

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

This div background color is #bfe353


#bfe353 Border Color

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

This div border color is #bfe353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe353


Comments

No comments written yet.

Please login to write comment.