Color Hex Logo

#bfefee Color Hex

#BFEFEE
(191,239,238)
0 Favorites   0 Comments

Color spaces of #bfefee

RGB 191239238
HSL0.500.600.84
HSV179°20°94°
CMYK 0.200.000.00   0.06
XYZ67.785078.982492.5614
Yxy78.98240.28320.3300
Hunter Lab88.8720-19.37950.4591
CIE-Lab91.2263-15.4628-4.5881

#bfefee color RGB value is (191,239,238).

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

The process color (four color CMYK) of #bfefee color hex is 0.20, 0.00, 0.00, 0.06. Web safe color of #bfefee is #ccffff. Color #bfefee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11101110
Octal 277 357 356
Decimal 191 239 238
Hex BF EF EE

RGB Percentages of Color #bfefee

%28.59
%35.78
%35.63

CMYK Percentages of Color #bfefee

%20
%0
%0
%6

Triadic Colors of #bfefee

#bfefee #eebfef #efeebf

Analogous Colors of #bfefee

#bfefee #bfd8ef #bfefd6

Monochromatic Colors of #bfefee

#bfefee

Complementary Color

#bfefee #efbfc0

#bfefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefee Color CSS Codes

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

#bfefee Text Font Color

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

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


#bfefee Background Color

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

This div background color is #bfefee


#bfefee Border Color

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

This div border color is #bfefee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,239,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 #bfefee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefee


Comments

No comments written yet.

Please login to write comment.