Color Hex Logo

#bfe9ee Color Hex

#BFE9EE
(191,233,238)
0 Favorites   0 Comments

Color spaces of #bfe9ee

RGB 191233238
HSL0.520.580.84
HSV186°20°93°
CMYK 0.200.020.00   0.07
XYZ66.057475.527291.9855
Yxy75.52720.28280.3234
Hunter Lab86.9064-16.4086-1.9206
CIE-Lab89.6394-12.4502-6.9305

#bfe9ee color RGB value is (191,233,238).

#bfe9ee hex color red value is 191, green value is 233 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bfe9ee hue: 0.52 , saturation: 0.58 and the lightness value of bfe9ee is 0.84.

The process color (four color CMYK) of #bfe9ee color hex is 0.20, 0.02, 0.00, 0.07. Web safe color of #bfe9ee is #ccffff. Color #bfe9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 11101110
Octal 277 351 356
Decimal 191 233 238
Hex BF E9 EE

RGB Percentages of Color #bfe9ee

%28.85
%35.20
%35.95

CMYK Percentages of Color #bfe9ee

%20
%2
%0
%7

Triadic Colors of #bfe9ee

#bfe9ee #eebfe9 #e9eebf

Analogous Colors of #bfe9ee

#bfe9ee #bfd2ee #bfeedc

Monochromatic Colors of #bfe9ee

#bfe9ee

Complementary Color

#bfe9ee #eec4bf

#bfe9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe9ee Color CSS Codes

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

#bfe9ee Text Font Color

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

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


#bfe9ee Background Color

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

This div background color is #bfe9ee


#bfe9ee Border Color

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

This div border color is #bfe9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe9ee


Comments

No comments written yet.

Please login to write comment.