Color Hex Logo

#bfcfe4 Color Hex

#BFCFE4
(191,207,228)
0 Favorites   0 Comments

Color spaces of #bfcfe4

RGB 191207228
HSL0.590.410.82
HSV214°16°89°
CMYK 0.160.090.00   0.11
XYZ57.802361.303482.1850
Yxy61.30340.28720.3046
Hunter Lab78.2965-5.2414-7.4270
CIE-Lab82.5416-1.1323-12.1997

#bfcfe4 color RGB value is (191,207,228).

#bfcfe4 hex color red value is 191, green value is 207 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bfcfe4 hue: 0.59 , saturation: 0.41 and the lightness value of bfcfe4 is 0.82.

The process color (four color CMYK) of #bfcfe4 color hex is 0.16, 0.09, 0.00, 0.11. Web safe color of #bfcfe4 is #cccccc. Color #bfcfe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001111 11100100
Octal 277 317 344
Decimal 191 207 228
Hex BF CF E4

RGB Percentages of Color #bfcfe4

%30.51
%33.07
%36.42

CMYK Percentages of Color #bfcfe4

%16
%9
%0
%11

Triadic Colors of #bfcfe4

#bfcfe4 #e4bfcf #cfe4bf

Analogous Colors of #bfcfe4

#bfcfe4 #c2bfe4 #bfe2e4

Monochromatic Colors of #bfcfe4

#bfcfe4

Complementary Color

#bfcfe4 #e4d4bf

#bfcfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcfe4 Color CSS Codes

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

#bfcfe4 Text Font Color

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

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


#bfcfe4 Background Color

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

This div background color is #bfcfe4


#bfcfe4 Border Color

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

This div border color is #bfcfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcfe4


Comments

No comments written yet.

Please login to write comment.