Color Hex Logo

#bffce5 Color Hex

#BFFCE5
(191,252,229)
0 Favorites   0 Comments

Color spaces of #bffce5

RGB 191252229
HSL0.440.910.87
HSV157°24°99°
CMYK 0.240.000.09   0.01
XYZ70.439186.354387.0843
Yxy86.35430.28880.3541
Hunter Lab92.9270-27.31859.4867
CIE-Lab94.4636-23.66084.8067

#bffce5 color RGB value is (191,252,229).

#bffce5 hex color red value is 191, green value is 252 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bffce5 hue: 0.44 , saturation: 0.91 and the lightness value of bffce5 is 0.87.

The process color (four color CMYK) of #bffce5 color hex is 0.24, 0.00, 0.09, 0.01. Web safe color of #bffce5 is #ccffcc. Color #bffce5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 11100101
Octal 277 374 345
Decimal 191 252 229
Hex BF FC E5

RGB Percentages of Color #bffce5

%28.42
%37.50
%34.08

CMYK Percentages of Color #bffce5

%24
%0
%9
%1

Triadic Colors of #bffce5

#bffce5 #e5bffc #fce5bf

Analogous Colors of #bffce5

#bffce5 #bff5fc #bffcc7

Monochromatic Colors of #bffce5

#bffce5

Complementary Color

#bffce5 #fcbfd6

#bffce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffce5 Color CSS Codes

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

#bffce5 Text Font Color

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

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


#bffce5 Background Color

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

This div background color is #bffce5


#bffce5 Border Color

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

This div border color is #bffce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffce5


Comments

No comments written yet.

Please login to write comment.