Color Hex Logo

#fbecfd Color Hex

#FBECFD
(251,236,253)
0 Favorites   0 Comments

Color spaces of #fbecfd

RGB 251236253
HSL0.810.810.96
HSV293°99°
CMYK 0.010.070.00   0.01
XYZ87.508787.5920105.2232
Yxy87.59200.31220.3125
Hunter Lab93.59063.1168-1.1459
CIE-Lab94.98898.0154-6.3735

#fbecfd color RGB value is (251,236,253).

#fbecfd hex color red value is 251, green value is 236 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fbecfd hue: 0.81 , saturation: 0.81 and the lightness value of fbecfd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 11111101
Octal 373 354 375
Decimal 251 236 253
Hex FB EC FD

RGB Percentages of Color #fbecfd

%33.92
%31.89
%34.19

CMYK Percentages of Color #fbecfd

%1
%7
%0
%1

Triadic Colors of #fbecfd

#fbecfd #fdfbec #ecfdfb

Analogous Colors of #fbecfd

#fbecfd #fdecf7 #f3ecfd

Monochromatic Colors of #fbecfd

#fbecfd

Complementary Color

#fbecfd #eefdec

#fbecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbecfd Color CSS Codes

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

#fbecfd Text Font Color

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

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


#fbecfd Background Color

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

This div background color is #fbecfd


#fbecfd Border Color

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

This div border color is #fbecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.