Color Hex Logo

#bfeea8 Color Hex

#BFEEA8
(191,238,168)
0 Favorites   0 Comments

Color spaces of #bfeea8

RGB 191238168
HSL0.280.670.80
HSV100°29°93°
CMYK 0.200.000.29   0.07
XYZ59.128375.052648.4160
Yxy75.05260.32380.4110
Hunter Lab86.6329-29.778627.5080
CIE-Lab89.4176-27.555629.1012

#bfeea8 color RGB value is (191,238,168).

#bfeea8 hex color red value is 191, green value is 238 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bfeea8 hue: 0.28 , saturation: 0.67 and the lightness value of bfeea8 is 0.80.

The process color (four color CMYK) of #bfeea8 color hex is 0.20, 0.00, 0.29, 0.07. Web safe color of #bfeea8 is #ccff99. Color #bfeea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 10101000
Octal 277 356 250
Decimal 191 238 168
Hex BF EE A8

RGB Percentages of Color #bfeea8

%31.99
%39.87
%28.14

CMYK Percentages of Color #bfeea8

%20
%0
%29
%7

Triadic Colors of #bfeea8

#bfeea8 #a8bfee #eea8bf

Analogous Colors of #bfeea8

#bfeea8 #a8eeb4 #e2eea8

Monochromatic Colors of #bfeea8

#bfeea8

Complementary Color

#bfeea8 #d7a8ee

#bfeea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeea8 Color CSS Codes

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

#bfeea8 Text Font Color

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

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


#bfeea8 Background Color

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

This div background color is #bfeea8


#bfeea8 Border Color

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

This div border color is #bfeea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeea8


Comments

No comments written yet.

Please login to write comment.