Color Hex Logo

#bffce6 Color Hex

#BFFCE6
(191,252,230)
0 Favorites   0 Comments

Color spaces of #bffce6

RGB 191252230
HSL0.440.910.87
HSV158°24°99°
CMYK 0.240.000.09   0.01
XYZ70.579286.410387.8219
Yxy86.41030.28830.3530
Hunter Lab92.9571-27.14609.0554
CIE-Lab94.4875-23.46394.3252

#bffce6 color RGB value is (191,252,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 11100110
Octal 277 374 346
Decimal 191 252 230
Hex BF FC E6

RGB Percentages of Color #bffce6

%28.38
%37.44
%34.18

CMYK Percentages of Color #bffce6

%24
%0
%9
%1

Triadic Colors of #bffce6

#bffce6 #e6bffc #fce6bf

Analogous Colors of #bffce6

#bffce6 #bff4fc #bffcc8

Monochromatic Colors of #bffce6

#bffce6

Complementary Color

#bffce6 #fcbfd5

#bffce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffce6 Color CSS Codes

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

#bffce6 Text Font Color

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

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


#bffce6 Background Color

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

This div background color is #bffce6


#bffce6 Border Color

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

This div border color is #bffce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffce6

#bffce6 Color Palettes


Comments

No comments written yet.

Please login to write comment.