Color Hex Logo

#bfe29d Color Hex

#BFE29D
(191,226,157)
0 Favorites   0 Comments

Color spaces of #bfe29d

RGB 191226157
HSL0.250.540.75
HSV90°31°89°
CMYK 0.150.000.31   0.11
XYZ54.768067.903442.1184
Yxy67.90340.33240.4121
Hunter Lab82.4035-25.569427.3779
CIE-Lab85.9581-23.404930.0649

#bfe29d color RGB value is (191,226,157).

#bfe29d hex color red value is 191, green value is 226 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfe29d hue: 0.25 , saturation: 0.54 and the lightness value of bfe29d is 0.75.

The process color (four color CMYK) of #bfe29d color hex is 0.15, 0.00, 0.31, 0.11. Web safe color of #bfe29d is #cccc99. Color #bfe29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 10011101
Octal 277 342 235
Decimal 191 226 157
Hex BF E2 9D

RGB Percentages of Color #bfe29d

%33.28
%39.37
%27.35

CMYK Percentages of Color #bfe29d

%15
%0
%31
%11

Triadic Colors of #bfe29d

#bfe29d #9dbfe2 #e29dbf

Analogous Colors of #bfe29d

#bfe29d #9de29e #e2e29d

Monochromatic Colors of #bfe29d

#bfe29d

Complementary Color

#bfe29d #c09de2

#bfe29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe29d Color CSS Codes

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

#bfe29d Text Font Color

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

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


#bfe29d Background Color

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

This div background color is #bfe29d


#bfe29d Border Color

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

This div border color is #bfe29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe29d


Comments

No comments written yet.

Please login to write comment.