Color Hex Logo

#ffebfc Color Hex

#FFEBFC
(255,235,252)
0 Favorites   0 Comments

Color spaces of #ffebfc

RGB 255235252
HSL0.861.000.96
HSV309°100°
CMYK 0.000.080.01   0.00
XYZ88.519087.7049104.3588
Yxy87.70490.31550.3126
Hunter Lab93.65094.8295-0.5135
CIE-Lab95.03659.6747-5.7483

#ffebfc color RGB value is (255,235,252).

#ffebfc hex color red value is 255, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ffebfc hue: 0.86 , saturation: 1.00 and the lightness value of ffebfc is 0.96.

The process color (four color CMYK) of #ffebfc color hex is 0.00, 0.08, 0.01, 0.00. Web safe color of #ffebfc is #ffffff. Color #ffebfc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101011 11111100
Octal 377 353 374
Decimal 255 235 252
Hex FF EB FC

RGB Percentages of Color #ffebfc

%34.37
%31.67
%33.96

CMYK Percentages of Color #ffebfc

%0
%8
%1
%0

Triadic Colors of #ffebfc

#ffebfc #fcffeb #ebfcff

Analogous Colors of #ffebfc

#ffebfc #ffebf2 #f8ebff

Monochromatic Colors of #ffebfc

#ffebfc

Complementary Color

#ffebfc #ebffee

#ffebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffebfc Color CSS Codes

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

#ffebfc Text Font Color

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

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


#ffebfc Background Color

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

This div background color is #ffebfc


#ffebfc Border Color

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

This div border color is #ffebfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,235,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffebfc

#ffebfc Color Palettes


Comments

No comments written yet.

Please login to write comment.