Color Hex Logo

#bfeafd Color Hex

#BFEAFD
(191,234,253)
0 Favorites   0 Comments

Color spaces of #bfeafd

RGB 191234253
HSL0.550.940.87
HSV198°25°99°
CMYK 0.250.080.00   0.01
XYZ68.638377.0139104.1760
Yxy77.01390.27470.3083
Hunter Lab87.7576-13.9646-8.9522
CIE-Lab90.3280-9.7241-13.7513

#bfeafd color RGB value is (191,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11111101
Octal 277 352 375
Decimal 191 234 253
Hex BF EA FD

RGB Percentages of Color #bfeafd

%28.17
%34.51
%37.32

CMYK Percentages of Color #bfeafd

%25
%8
%0
%1

Triadic Colors of #bfeafd

#bfeafd #fdbfea #eafdbf

Analogous Colors of #bfeafd

#bfeafd #bfcbfd #bffdf1

Monochromatic Colors of #bfeafd

#bfeafd

Complementary Color

#bfeafd #fdd2bf

#bfeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeafd Color CSS Codes

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

#bfeafd Text Font Color

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

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


#bfeafd Background Color

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

This div background color is #bfeafd


#bfeafd Border Color

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

This div border color is #bfeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeafd


Comments

No comments written yet.

Please login to write comment.