Color Hex Logo

#bfe6e3 Color Hex

#BFE6E3
(191,230,227)
0 Favorites   0 Comments

Color spaces of #bfe6e3

RGB 191230227
HSL0.490.440.83
HSV175°17°90°
CMYK 0.170.000.01   0.10
XYZ63.647873.216083.4506
Yxy73.21600.28890.3323
Hunter Lab85.5663-16.96542.0725
CIE-Lab88.5506-13.2094-2.7692

#bfe6e3 color RGB value is (191,230,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 11100011
Octal 277 346 343
Decimal 191 230 227
Hex BF E6 E3

RGB Percentages of Color #bfe6e3

%29.48
%35.49
%35.03

CMYK Percentages of Color #bfe6e3

%17
%0
%1
%10

Triadic Colors of #bfe6e3

#bfe6e3 #e3bfe6 #e6e3bf

Analogous Colors of #bfe6e3

#bfe6e3 #bfd6e6 #bfe6d0

Monochromatic Colors of #bfe6e3

#bfe6e3

Complementary Color

#bfe6e3 #e6bfc2

#bfe6e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe6e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe6e3 Color CSS Codes

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

#bfe6e3 Text Font Color

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

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


#bfe6e3 Background Color

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

This div background color is #bfe6e3


#bfe6e3 Border Color

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

This div border color is #bfe6e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe6e3


Comments

No comments written yet.

Please login to write comment.