Color Hex Logo

#bfeeea Color Hex

#BFEEEA
(191,238,234)
0 Favorites   0 Comments

Color spaces of #bfeeea

RGB 191238234
HSL0.490.580.84
HSV175°20°93°
CMYK 0.200.000.02   0.07
XYZ66.911778.166089.4028
Yxy78.16600.28540.3334
Hunter Lab88.4115-19.62771.9333
CIE-Lab90.8556-15.7915-3.0472

#bfeeea color RGB value is (191,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 11101010
Octal 277 356 352
Decimal 191 238 234
Hex BF EE EA

RGB Percentages of Color #bfeeea

%28.81
%35.90
%35.29

CMYK Percentages of Color #bfeeea

%20
%0
%2
%7

Triadic Colors of #bfeeea

#bfeeea #eabfee #eeeabf

Analogous Colors of #bfeeea

#bfeeea #bfdbee #bfeed3

Monochromatic Colors of #bfeeea

#bfeeea

Complementary Color

#bfeeea #eebfc3

#bfeeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeeea Color CSS Codes

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

#bfeeea Text Font Color

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

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


#bfeeea Background Color

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

This div background color is #bfeeea


#bfeeea Border Color

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

This div border color is #bfeeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeeea


Comments

No comments written yet.

Please login to write comment.