Color Hex Logo

#bfe1eb Color Hex

#BFE1EB
(191,225,235)
0 Favorites   0 Comments

Color spaces of #bfe1eb

RGB 191225235
HSL0.540.520.84
HSV194°19°92°
CMYK 0.190.040.00   0.08
XYZ63.406570.925088.9453
Yxy70.92500.28400.3177
Hunter Lab84.2170-12.9881-3.6669
CIE-Lab87.4486-9.0126-8.6014

#bfe1eb color RGB value is (191,225,235).

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

The process color (four color CMYK) of #bfe1eb color hex is 0.19, 0.04, 0.00, 0.08. Web safe color of #bfe1eb is #ccccff. Color #bfe1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 11101011
Octal 277 341 353
Decimal 191 225 235
Hex BF E1 EB

RGB Percentages of Color #bfe1eb

%29.34
%34.56
%36.10

CMYK Percentages of Color #bfe1eb

%19
%4
%0
%8

Triadic Colors of #bfe1eb

#bfe1eb #ebbfe1 #e1ebbf

Analogous Colors of #bfe1eb

#bfe1eb #bfcbeb #bfebdf

Monochromatic Colors of #bfe1eb

#bfe1eb

Complementary Color

#bfe1eb #ebc9bf

#bfe1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1eb Color CSS Codes

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

#bfe1eb Text Font Color

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

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


#bfe1eb Background Color

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

This div background color is #bfe1eb


#bfe1eb Border Color

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

This div border color is #bfe1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1eb


Comments

No comments written yet.

Please login to write comment.