Color Hex Logo

#bfd7ec Color Hex

#BFD7EC
(191,215,236)
0 Favorites   0 Comments

Color spaces of #bfd7ec

RGB 191215236
HSL0.580.540.84
HSV208°19°93°
CMYK 0.190.090.00   0.07
XYZ60.926665.733488.8335
Yxy65.73340.28270.3050
Hunter Lab81.0761-7.7452-8.2096
CIE-Lab84.8602-3.6277-12.9856

#bfd7ec color RGB value is (191,215,236).

#bfd7ec hex color red value is 191, green value is 215 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bfd7ec hue: 0.58 , saturation: 0.54 and the lightness value of bfd7ec is 0.84.

The process color (four color CMYK) of #bfd7ec color hex is 0.19, 0.09, 0.00, 0.07. Web safe color of #bfd7ec is #ccccff. Color #bfd7ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 11101100
Octal 277 327 354
Decimal 191 215 236
Hex BF D7 EC

RGB Percentages of Color #bfd7ec

%29.75
%33.49
%36.76

CMYK Percentages of Color #bfd7ec

%19
%9
%0
%7

Triadic Colors of #bfd7ec

#bfd7ec #ecbfd7 #d7ecbf

Analogous Colors of #bfd7ec

#bfd7ec #bfc1ec #bfeceb

Monochromatic Colors of #bfd7ec

#bfd7ec

Complementary Color

#bfd7ec #ecd4bf

#bfd7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd7ec Color CSS Codes

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

#bfd7ec Text Font Color

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

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


#bfd7ec Background Color

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

This div background color is #bfd7ec


#bfd7ec Border Color

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

This div border color is #bfd7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd7ec


Comments

No comments written yet.

Please login to write comment.