Color Hex Logo

#bfd8eb Color Hex

#BFD8EB
(191,216,235)
0 Favorites   0 Comments

Color spaces of #bfd8eb

RGB 191216235
HSL0.570.520.84
HSV206°19°92°
CMYK 0.190.080.00   0.08
XYZ61.037166.186388.1555
Yxy66.18630.28340.3073
Hunter Lab81.3550-8.4504-7.2976
CIE-Lab85.0914-4.3634-12.1105

#bfd8eb color RGB value is (191,216,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 11101011
Octal 277 330 353
Decimal 191 216 235
Hex BF D8 EB

RGB Percentages of Color #bfd8eb

%29.75
%33.64
%36.60

CMYK Percentages of Color #bfd8eb

%19
%8
%0
%8

Triadic Colors of #bfd8eb

#bfd8eb #ebbfd8 #d8ebbf

Analogous Colors of #bfd8eb

#bfd8eb #bfc2eb #bfebe8

Monochromatic Colors of #bfd8eb

#bfd8eb

Complementary Color

#bfd8eb #ebd2bf

#bfd8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd8eb Color CSS Codes

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

#bfd8eb Text Font Color

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

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


#bfd8eb Background Color

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

This div background color is #bfd8eb


#bfd8eb Border Color

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

This div border color is #bfd8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd8eb


Comments

No comments written yet.

Please login to write comment.