Color Hex Logo

#bfecfd Color Hex

#BFECFD
(191,236,253)
0 Favorites   0 Comments

Color spaces of #bfecfd

RGB 191236253
HSL0.550.940.87
HSV196°25°99°
CMYK 0.250.070.00   0.01
XYZ69.210978.1591104.3669
Yxy78.15910.27490.3105
Hunter Lab88.4076-14.9727-8.1076
CIE-Lab90.8525-10.7406-12.9674

#bfecfd color RGB value is (191,236,253).

#bfecfd hex color red value is 191, green value is 236 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfecfd hue: 0.55 , saturation: 0.94 and the lightness value of bfecfd is 0.87.

The process color (four color CMYK) of #bfecfd color hex is 0.25, 0.07, 0.00, 0.01. Web safe color of #bfecfd is #ccffff. Color #bfecfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 11111101
Octal 277 354 375
Decimal 191 236 253
Hex BF EC FD

RGB Percentages of Color #bfecfd

%28.09
%34.71
%37.21

CMYK Percentages of Color #bfecfd

%25
%7
%0
%1

Triadic Colors of #bfecfd

#bfecfd #fdbfec #ecfdbf

Analogous Colors of #bfecfd

#bfecfd #bfcdfd #bffdef

Monochromatic Colors of #bfecfd

#bfecfd

Complementary Color

#bfecfd #fdd0bf

#bfecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfecfd Color CSS Codes

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

#bfecfd Text Font Color

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

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


#bfecfd Background Color

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

This div background color is #bfecfd


#bfecfd Border Color

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

This div border color is #bfecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfecfd

#bfecfd Color Palettes


Comments

No comments written yet.

Please login to write comment.