Color Hex Logo

#bfe3ea Color Hex

#BFE3EA
(191,227,234)
0 Favorites   0 Comments

Color spaces of #bfe3ea

RGB 191227234
HSL0.530.510.83
HSV190°18°92°
CMYK 0.180.030.00   0.08
XYZ63.806271.955088.3677
Yxy71.95500.28470.3210
Hunter Lab84.8263-14.1786-2.3869
CIE-Lab87.9469-10.2447-7.3366

#bfe3ea color RGB value is (191,227,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 11101010
Octal 277 343 352
Decimal 191 227 234
Hex BF E3 EA

RGB Percentages of Color #bfe3ea

%29.29
%34.82
%35.89

CMYK Percentages of Color #bfe3ea

%18
%3
%0
%8

Triadic Colors of #bfe3ea

#bfe3ea #eabfe3 #e3eabf

Analogous Colors of #bfe3ea

#bfe3ea #bfceea #bfeadc

Monochromatic Colors of #bfe3ea

#bfe3ea

Complementary Color

#bfe3ea #eac6bf

#bfe3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe3ea Color CSS Codes

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

#bfe3ea Text Font Color

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

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


#bfe3ea Background Color

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

This div background color is #bfe3ea


#bfe3ea Border Color

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

This div border color is #bfe3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe3ea


Comments

No comments written yet.

Please login to write comment.