Color Hex Logo

#bfe48c Color Hex

#BFE48C
(191,228,140)
0 Favorites   0 Comments

Color spaces of #bfe48c

RGB 191228140
HSL0.240.620.72
HSV85°39°89°
CMYK 0.160.000.39   0.11
XYZ53.962968.456635.1802
Yxy68.45660.34240.4344
Hunter Lab82.7385-28.372932.7070
CIE-Lab86.2343-26.644039.0274

#bfe48c color RGB value is (191,228,140).

#bfe48c hex color red value is 191, green value is 228 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bfe48c hue: 0.24 , saturation: 0.62 and the lightness value of bfe48c is 0.72.

The process color (four color CMYK) of #bfe48c color hex is 0.16, 0.00, 0.39, 0.11. Web safe color of #bfe48c is #cccc99. Color #bfe48c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10001100
Octal 277 344 214
Decimal 191 228 140
Hex BF E4 8C

RGB Percentages of Color #bfe48c

%34.17
%40.79
%25.04

CMYK Percentages of Color #bfe48c

%16
%0
%39
%11

Triadic Colors of #bfe48c

#bfe48c #8cbfe4 #e48cbf

Analogous Colors of #bfe48c

#bfe48c #93e48c #e4dd8c

Monochromatic Colors of #bfe48c

#bfe48c

Complementary Color

#bfe48c #b18ce4

#bfe48c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe48c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe48c Color CSS Codes

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

#bfe48c Text Font Color

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

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


#bfe48c Background Color

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

This div background color is #bfe48c


#bfe48c Border Color

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

This div border color is #bfe48c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe48c


Comments

No comments written yet.

Please login to write comment.