Color Hex Logo

#bfd0eb Color Hex

#BFD0EB
(191,208,235)
0 Favorites   0 Comments

Color spaces of #bfd0eb

RGB 191208235
HSL0.600.520.84
HSV217°19°92°
CMYK 0.190.110.00   0.08
XYZ59.037162.186387.4888
Yxy62.18630.28290.2980
Hunter Lab78.8583-4.3683-10.5781
CIE-Lab83.0124-0.1664-15.2238

#bfd0eb color RGB value is (191,208,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 11101011
Octal 277 320 353
Decimal 191 208 235
Hex BF D0 EB

RGB Percentages of Color #bfd0eb

%30.13
%32.81
%37.07

CMYK Percentages of Color #bfd0eb

%19
%11
%0
%8

Triadic Colors of #bfd0eb

#bfd0eb #ebbfd0 #d0ebbf

Analogous Colors of #bfd0eb

#bfd0eb #c4bfeb #bfe6eb

Monochromatic Colors of #bfd0eb

#bfd0eb

Complementary Color

#bfd0eb #ebdabf

#bfd0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd0eb Color CSS Codes

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

#bfd0eb Text Font Color

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

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


#bfd0eb Background Color

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

This div background color is #bfd0eb


#bfd0eb Border Color

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

This div border color is #bfd0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd0eb

#bfd0eb Color Palettes


Comments

No comments written yet.

Please login to write comment.