Color Hex Logo

#bfe19d Color Hex

#BFE19D
(191,225,157)
0 Favorites   0 Comments

Color spaces of #bfe19d

RGB 191225157
HSL0.250.530.75
HSV90°30°88°
CMYK 0.150.000.30   0.12
XYZ54.496967.361142.0280
Yxy67.36110.33250.4110
Hunter Lab82.0738-25.105427.0907
CIE-Lab85.6860-22.919529.7000

#bfe19d color RGB value is (191,225,157).

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

The process color (four color CMYK) of #bfe19d color hex is 0.15, 0.00, 0.30, 0.12. Web safe color of #bfe19d is #cccc99. Color #bfe19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10011101
Octal 277 341 235
Decimal 191 225 157
Hex BF E1 9D

RGB Percentages of Color #bfe19d

%33.33
%39.27
%27.40

CMYK Percentages of Color #bfe19d

%15
%0
%30
%12

Triadic Colors of #bfe19d

#bfe19d #9dbfe1 #e19dbf

Analogous Colors of #bfe19d

#bfe19d #9de19d #e1e19d

Monochromatic Colors of #bfe19d

#bfe19d

Complementary Color

#bfe19d #bf9de1

#bfe19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe19d Color CSS Codes

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

#bfe19d Text Font Color

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

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


#bfe19d Background Color

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

This div background color is #bfe19d


#bfe19d Border Color

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

This div border color is #bfe19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe19d


Comments

No comments written yet.

Please login to write comment.