Color Hex Logo

#bfe23d Color Hex

#BFE23D
(191,226,61)
0 Favorites   0 Comments

Color spaces of #bfe23d

RGB 19122661
HSL0.200.740.56
HSV73°73°89°
CMYK 0.150.000.73   0.11
XYZ49.524565.806014.5065
Yxy65.80600.38140.5068
Hunter Lab81.1209-32.986946.1821
CIE-Lab84.8974-32.558771.8127

#bfe23d color RGB value is (191,226,61).

#bfe23d hex color red value is 191, green value is 226 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bfe23d hue: 0.20 , saturation: 0.74 and the lightness value of bfe23d is 0.56.

The process color (four color CMYK) of #bfe23d color hex is 0.15, 0.00, 0.73, 0.11. Web safe color of #bfe23d is #cccc33. Color #bfe23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 00111101
Octal 277 342 75
Decimal 191 226 61
Hex BF E2 3D

RGB Percentages of Color #bfe23d

%39.96
%47.28
%12.76

CMYK Percentages of Color #bfe23d

%15
%0
%73
%11

Triadic Colors of #bfe23d

#bfe23d #3dbfe2 #e23dbf

Analogous Colors of #bfe23d

#bfe23d #6de23d #e2b33d

Monochromatic Colors of #bfe23d

#bfe23d

Complementary Color

#bfe23d #603de2

#bfe23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe23d Color CSS Codes

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

#bfe23d Text Font Color

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

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


#bfe23d Background Color

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

This div background color is #bfe23d


#bfe23d Border Color

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

This div border color is #bfe23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe23d

#bfe23d Color Palettes


Comments

No comments written yet.

Please login to write comment.