Color Hex Logo

#bfe1ed Color Hex

#BFE1ED
(191,225,237)
0 Favorites   0 Comments

Color spaces of #bfe1ed

RGB 191225237
HSL0.540.560.84
HSV196°19°93°
CMYK 0.190.050.00   0.07
XYZ63.697171.041290.4759
Yxy71.04120.28280.3154
Hunter Lab84.2859-12.6033-4.6441
CIE-Lab87.5050-8.5896-9.5704

#bfe1ed color RGB value is (191,225,237).

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

The process color (four color CMYK) of #bfe1ed color hex is 0.19, 0.05, 0.00, 0.07. Web safe color of #bfe1ed is #ccccff. Color #bfe1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 11101101
Octal 277 341 355
Decimal 191 225 237
Hex BF E1 ED

RGB Percentages of Color #bfe1ed

%29.25
%34.46
%36.29

CMYK Percentages of Color #bfe1ed

%19
%5
%0
%7

Triadic Colors of #bfe1ed

#bfe1ed #edbfe1 #e1edbf

Analogous Colors of #bfe1ed

#bfe1ed #bfcaed #bfede2

Monochromatic Colors of #bfe1ed

#bfe1ed

Complementary Color

#bfe1ed #edcbbf

#bfe1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1ed Color CSS Codes

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

#bfe1ed Text Font Color

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

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


#bfe1ed Background Color

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

This div background color is #bfe1ed


#bfe1ed Border Color

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

This div border color is #bfe1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1ed


Comments

No comments written yet.

Please login to write comment.