Color Hex Logo

#bfccef Color Hex

#BFCCEF
(191,204,239)
0 Favorites   0 Comments

Color spaces of #bfccef

RGB 191204239
HSL0.620.600.84
HSV224°20°94°
CMYK 0.200.150.00   0.06
XYZ58.658760.494190.2462
Yxy60.49410.28010.2889
Hunter Lab77.7780-1.4900-14.3500
CIE-Lab82.10602.8270-18.7197

#bfccef color RGB value is (191,204,239).

#bfccef hex color red value is 191, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bfccef hue: 0.62 , saturation: 0.60 and the lightness value of bfccef is 0.84.

The process color (four color CMYK) of #bfccef color hex is 0.20, 0.15, 0.00, 0.06. Web safe color of #bfccef is #ccccff. Color #bfccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 11101111
Octal 277 314 357
Decimal 191 204 239
Hex BF CC EF

RGB Percentages of Color #bfccef

%30.13
%32.18
%37.70

CMYK Percentages of Color #bfccef

%20
%15
%0
%6

Triadic Colors of #bfccef

#bfccef #efbfcc #ccefbf

Analogous Colors of #bfccef

#bfccef #cabfef #bfe4ef

Monochromatic Colors of #bfccef

#bfccef

Complementary Color

#bfccef #efe2bf

#bfccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfccef Color CSS Codes

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

#bfccef Text Font Color

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

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


#bfccef Background Color

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

This div background color is #bfccef


#bfccef Border Color

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

This div border color is #bfccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfccef


Comments

No comments written yet.

Please login to write comment.