Color Hex Logo

#bfe3eb Color Hex

#BFE3EB
(191,227,235)
1 Favorites   0 Comments

Color spaces of #bfe3eb

RGB 191227235
HSL0.530.520.84
HSV191°19°92°
CMYK 0.190.030.00   0.08
XYZ63.950372.012789.1266
Yxy72.01270.28410.3199
Hunter Lab84.8603-13.9888-2.8686
CIE-Lab87.9747-10.0351-7.8212

#bfe3eb color RGB value is (191,227,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 11101011
Octal 277 343 353
Decimal 191 227 235
Hex BF E3 EB

RGB Percentages of Color #bfe3eb

%29.25
%34.76
%35.99

CMYK Percentages of Color #bfe3eb

%19
%3
%0
%8

Triadic Colors of #bfe3eb

#bfe3eb #ebbfe3 #e3ebbf

Analogous Colors of #bfe3eb

#bfe3eb #bfcdeb #bfebdd

Monochromatic Colors of #bfe3eb

#bfe3eb

Complementary Color

#bfe3eb #ebc7bf

#bfe3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe3eb Color CSS Codes

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

#bfe3eb Text Font Color

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

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


#bfe3eb Background Color

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

This div background color is #bfe3eb


#bfe3eb Border Color

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

This div border color is #bfe3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe3eb


Comments

No comments written yet.

Please login to write comment.