Color Hex Logo

#bfe653 Color Hex

#BFE653
(191,230,83)
0 Favorites   0 Comments

Color spaces of #bfe653

RGB 19123083
HSL0.210.750.61
HSV76°64°90°
CMYK 0.170.000.64   0.10
XYZ51.344068.294518.6597
Yxy68.29450.37130.4938
Hunter Lab82.6405-33.720044.4610
CIE-Lab86.1535-33.104965.0359

#bfe653 color RGB value is (191,230,83).

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

The process color (four color CMYK) of #bfe653 color hex is 0.17, 0.00, 0.64, 0.10. Web safe color of #bfe653 is #ccff66. Color #bfe653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01010011
Octal 277 346 123
Decimal 191 230 83
Hex BF E6 53

RGB Percentages of Color #bfe653

%37.90
%45.63
%16.47

CMYK Percentages of Color #bfe653

%17
%0
%64
%10

Triadic Colors of #bfe653

#bfe653 #53bfe6 #e653bf

Analogous Colors of #bfe653

#bfe653 #76e653 #e6c453

Monochromatic Colors of #bfe653

#bfe653

Complementary Color

#bfe653 #7a53e6

#bfe653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe653 Color CSS Codes

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

#bfe653 Text Font Color

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

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


#bfe653 Background Color

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

This div background color is #bfe653


#bfe653 Border Color

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

This div border color is #bfe653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe653


Comments

No comments written yet.

Please login to write comment.