Color Hex Logo

#bfcaeb Color Hex

#BFCAEB
(191,202,235)
0 Favorites   0 Comments

Color spaces of #bfcaeb

RGB 191202235
HSL0.630.520.84
HSV225°19°92°
CMYK 0.190.140.00   0.08
XYZ57.601859.315687.0104
Yxy59.31560.28250.2909
Hunter Lab77.0166-1.2765-13.0719
CIE-Lab81.46483.0188-17.5526

#bfcaeb color RGB value is (191,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001010 11101011
Octal 277 312 353
Decimal 191 202 235
Hex BF CA EB

RGB Percentages of Color #bfcaeb

%30.41
%32.17
%37.42

CMYK Percentages of Color #bfcaeb

%19
%14
%0
%8

Triadic Colors of #bfcaeb

#bfcaeb #ebbfca #caebbf

Analogous Colors of #bfcaeb

#bfcaeb #cabfeb #bfe0eb

Monochromatic Colors of #bfcaeb

#bfcaeb

Complementary Color

#bfcaeb #ebe0bf

#bfcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcaeb Color CSS Codes

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

#bfcaeb Text Font Color

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

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


#bfcaeb Background Color

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

This div background color is #bfcaeb


#bfcaeb Border Color

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

This div border color is #bfcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcaeb


Comments

No comments written yet.

Please login to write comment.