Color Hex Logo

#bfe4ea Color Hex

#BFE4EA
(191,228,234)
0 Favorites   0 Comments

Color spaces of #bfe4ea

RGB 191228234
HSL0.520.510.83
HSV188°18°92°
CMYK 0.180.030.00   0.08
XYZ64.080572.503788.4591
Yxy72.50370.28470.3222
Hunter Lab85.1491-14.6775-1.9904
CIE-Lab88.2105-10.7542-6.9465

#bfe4ea color RGB value is (191,228,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 11101010
Octal 277 344 352
Decimal 191 228 234
Hex BF E4 EA

RGB Percentages of Color #bfe4ea

%29.25
%34.92
%35.83

CMYK Percentages of Color #bfe4ea

%18
%3
%0
%8

Triadic Colors of #bfe4ea

#bfe4ea #eabfe4 #e4eabf

Analogous Colors of #bfe4ea

#bfe4ea #bfcfea #bfeadb

Monochromatic Colors of #bfe4ea

#bfe4ea

Complementary Color

#bfe4ea #eac5bf

#bfe4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe4ea Color CSS Codes

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

#bfe4ea Text Font Color

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

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


#bfe4ea Background Color

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

This div background color is #bfe4ea


#bfe4ea Border Color

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

This div border color is #bfe4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe4ea

#bfe4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.