Color Hex Logo

#bfefe0 Color Hex

#BFEFE0
(191,239,224)
0 Favorites   0 Comments

Color spaces of #bfefe0

RGB 191239224
HSL0.450.600.84
HSV161°20°94°
CMYK 0.200.000.06   0.06
XYZ65.806978.191282.1450
Yxy78.19120.29100.3458
Hunter Lab88.4258-21.90466.8194
CIE-Lab90.8671-18.30272.1842

#bfefe0 color RGB value is (191,239,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11100000
Octal 277 357 340
Decimal 191 239 224
Hex BF EF E0

RGB Percentages of Color #bfefe0

%29.20
%36.54
%34.25

CMYK Percentages of Color #bfefe0

%20
%0
%6
%6

Triadic Colors of #bfefe0

#bfefe0 #e0bfef #efe0bf

Analogous Colors of #bfefe0

#bfefe0 #bfe6ef #bfefc8

Monochromatic Colors of #bfefe0

#bfefe0

Complementary Color

#bfefe0 #efbfce

#bfefe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefe0 Color CSS Codes

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

#bfefe0 Text Font Color

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

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


#bfefe0 Background Color

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

This div background color is #bfefe0


#bfefe0 Border Color

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

This div border color is #bfefe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefe0


Comments

No comments written yet.

Please login to write comment.