Color Hex Logo

#bfe6df Color Hex

#BFE6DF
(191,230,223)
0 Favorites   0 Comments

Color spaces of #bfe6df

RGB 191230223
HSL0.470.440.83
HSV169°17°90°
CMYK 0.170.000.03   0.10
XYZ63.102072.997780.5762
Yxy72.99770.29120.3369
Hunter Lab85.4387-17.68393.8914
CIE-Lab88.4466-14.0151-0.8225

#bfe6df color RGB value is (191,230,223).

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

The process color (four color CMYK) of #bfe6df color hex is 0.17, 0.00, 0.03, 0.10. Web safe color of #bfe6df is #ccffcc. Color #bfe6df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 11011111
Octal 277 346 337
Decimal 191 230 223
Hex BF E6 DF

RGB Percentages of Color #bfe6df

%29.66
%35.71
%34.63

CMYK Percentages of Color #bfe6df

%17
%0
%3
%10

Triadic Colors of #bfe6df

#bfe6df #dfbfe6 #e6dfbf

Analogous Colors of #bfe6df

#bfe6df #bfdae6 #bfe6cc

Monochromatic Colors of #bfe6df

#bfe6df

Complementary Color

#bfe6df #e6bfc6

#bfe6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe6df Color CSS Codes

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

#bfe6df Text Font Color

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

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


#bfe6df Background Color

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

This div background color is #bfe6df


#bfe6df Border Color

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

This div border color is #bfe6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe6df


Comments

No comments written yet.

Please login to write comment.