Color Hex Logo

#bfe9ce Color Hex

#BFE9CE
(191,233,206)
0 Favorites   0 Comments

Color spaces of #bfe9ce

RGB 191233206
HSL0.390.490.83
HSV141°18°91°
CMYK 0.180.000.12   0.09
XYZ61.765373.810469.3840
Yxy73.81040.30140.3601
Hunter Lab85.9130-22.019012.2560
CIE-Lab88.8328-18.78168.6400

#bfe9ce color RGB value is (191,233,206).

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

The process color (four color CMYK) of #bfe9ce color hex is 0.18, 0.00, 0.12, 0.09. Web safe color of #bfe9ce is #ccffcc. Color #bfe9ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 11001110
Octal 277 351 316
Decimal 191 233 206
Hex BF E9 CE

RGB Percentages of Color #bfe9ce

%30.32
%36.98
%32.70

CMYK Percentages of Color #bfe9ce

%18
%0
%12
%9

Triadic Colors of #bfe9ce

#bfe9ce #cebfe9 #e9cebf

Analogous Colors of #bfe9ce

#bfe9ce #bfe9e3 #c5e9bf

Monochromatic Colors of #bfe9ce

#bfe9ce

Complementary Color

#bfe9ce #e9bfda

#bfe9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe9ce Color CSS Codes

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

#bfe9ce Text Font Color

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

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


#bfe9ce Background Color

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

This div background color is #bfe9ce


#bfe9ce Border Color

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

This div border color is #bfe9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe9ce


Comments

No comments written yet.

Please login to write comment.