Color Hex Logo

#bfd0ed Color Hex

#BFD0ED
(191,208,237)
0 Favorites   0 Comments

Color spaces of #bfd0ed

RGB 191208237
HSL0.610.560.84
HSV218°19°93°
CMYK 0.190.120.00   0.07
XYZ59.327862.302589.0194
Yxy62.30250.28160.2958
Hunter Lab78.9319-3.9645-11.6149
CIE-Lab83.07400.2670-16.1956

#bfd0ed color RGB value is (191,208,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 11101101
Octal 277 320 355
Decimal 191 208 237
Hex BF D0 ED

RGB Percentages of Color #bfd0ed

%30.03
%32.70
%37.26

CMYK Percentages of Color #bfd0ed

%19
%12
%0
%7

Triadic Colors of #bfd0ed

#bfd0ed #edbfd0 #d0edbf

Analogous Colors of #bfd0ed

#bfd0ed #c5bfed #bfe7ed

Monochromatic Colors of #bfd0ed

#bfd0ed

Complementary Color

#bfd0ed #eddcbf

#bfd0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd0ed Color CSS Codes

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

#bfd0ed Text Font Color

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

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


#bfd0ed Background Color

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

This div background color is #bfd0ed


#bfd0ed Border Color

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

This div border color is #bfd0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd0ed


Comments

No comments written yet.

Please login to write comment.