Color Hex Logo

#bfceeb Color Hex

#BFCEEB
(191,206,235)
0 Favorites   0 Comments

Color spaces of #bfceeb

RGB 191206235
HSL0.610.520.84
HSV220°19°92°
CMYK 0.190.120.00   0.08
XYZ58.552661.217187.3273
Yxy61.21710.28270.2956
Hunter Lab78.2414-3.3403-11.4062
CIE-Lab82.49530.8922-16.0009

#bfceeb color RGB value is (191,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 11101011
Octal 277 316 353
Decimal 191 206 235
Hex BF CE EB

RGB Percentages of Color #bfceeb

%30.22
%32.59
%37.18

CMYK Percentages of Color #bfceeb

%19
%12
%0
%8

Triadic Colors of #bfceeb

#bfceeb #ebbfce #ceebbf

Analogous Colors of #bfceeb

#bfceeb #c6bfeb #bfe4eb

Monochromatic Colors of #bfceeb

#bfceeb

Complementary Color

#bfceeb #ebdcbf

#bfceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfceeb Color CSS Codes

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

#bfceeb Text Font Color

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

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


#bfceeb Background Color

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

This div background color is #bfceeb


#bfceeb Border Color

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

This div border color is #bfceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfceeb


Comments

No comments written yet.

Please login to write comment.