Color Hex Logo

#bfd8ec Color Hex

#BFD8EC
(191,216,236)
0 Favorites   0 Comments

Color spaces of #bfd8ec

RGB 191216236
HSL0.570.540.84
HSV207°19°93°
CMYK 0.190.080.00   0.07
XYZ61.182066.244288.9187
Yxy66.24420.28280.3062
Hunter Lab81.3905-8.2534-7.8006
CIE-Lab85.1208-4.1494-12.5961

#bfd8ec color RGB value is (191,216,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 11101100
Octal 277 330 354
Decimal 191 216 236
Hex BF D8 EC

RGB Percentages of Color #bfd8ec

%29.70
%33.59
%36.70

CMYK Percentages of Color #bfd8ec

%19
%8
%0
%7

Triadic Colors of #bfd8ec

#bfd8ec #ecbfd8 #d8ecbf

Analogous Colors of #bfd8ec

#bfd8ec #bfc2ec #bfecea

Monochromatic Colors of #bfd8ec

#bfd8ec

Complementary Color

#bfd8ec #ecd3bf

#bfd8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd8ec Color CSS Codes

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

#bfd8ec Text Font Color

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

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


#bfd8ec Background Color

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

This div background color is #bfd8ec


#bfd8ec Border Color

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

This div border color is #bfd8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd8ec


Comments

No comments written yet.

Please login to write comment.