Color Hex Logo

#bfefeb Color Hex

#BFEFEB
(191,239,235)
0 Favorites   0 Comments

Color spaces of #bfefeb

RGB 191239235
HSL0.490.600.84
HSV175°20°94°
CMYK 0.200.000.02   0.06
XYZ67.347878.807590.2590
Yxy78.80750.28490.3333
Hunter Lab88.7736-19.93531.8594
CIE-Lab91.1471-16.0839-3.1405

#bfefeb color RGB value is (191,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 11101011
Octal 277 357 353
Decimal 191 239 235
Hex BF EF EB

RGB Percentages of Color #bfefeb

%28.72
%35.94
%35.34

CMYK Percentages of Color #bfefeb

%20
%0
%2
%6

Triadic Colors of #bfefeb

#bfefeb #ebbfef #efebbf

Analogous Colors of #bfefeb

#bfefeb #bfdbef #bfefd3

Monochromatic Colors of #bfefeb

#bfefeb

Complementary Color

#bfefeb #efbfc3

#bfefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefeb Color CSS Codes

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

#bfefeb Text Font Color

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

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


#bfefeb Background Color

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

This div background color is #bfefeb


#bfefeb Border Color

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

This div border color is #bfefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefeb


Comments

No comments written yet.

Please login to write comment.