Color Hex Logo

#bfcefd Color Hex

#BFCEFD
(191,206,253)
0 Favorites   0 Comments

Color spaces of #bfcefd

RGB 191206253
HSL0.630.940.87
HSV225°25°99°
CMYK 0.250.190.00   0.01
XYZ61.286862.3108101.7255
Yxy62.31080.27200.2765
Hunter Lab78.93720.4472-21.1503
CIE-Lab83.07844.9005-24.6931

#bfcefd color RGB value is (191,206,253).

#bfcefd hex color red value is 191, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfcefd hue: 0.63 , saturation: 0.94 and the lightness value of bfcefd is 0.87.

The process color (four color CMYK) of #bfcefd color hex is 0.25, 0.19, 0.00, 0.01. Web safe color of #bfcefd is #ccccff. Color #bfcefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001110 11111101
Octal 277 316 375
Decimal 191 206 253
Hex BF CE FD

RGB Percentages of Color #bfcefd

%29.38
%31.69
%38.92

CMYK Percentages of Color #bfcefd

%25
%19
%0
%1

Triadic Colors of #bfcefd

#bfcefd #fdbfce #cefdbf

Analogous Colors of #bfcefd

#bfcefd #cfbffd #bfedfd

Monochromatic Colors of #bfcefd

#bfcefd

Complementary Color

#bfcefd #fdeebf

#bfcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcefd Color CSS Codes

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

#bfcefd Text Font Color

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

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


#bfcefd Background Color

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

This div background color is #bfcefd


#bfcefd Border Color

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

This div border color is #bfcefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcefd

Related Colors


Comments

No comments written yet.

Please login to write comment.