Color Hex Logo

#ffeffc Color Hex

#FFEFFC
(255,239,252)
0 Favorites   0 Comments

Color spaces of #ffeffc

RGB 255239252
HSL0.861.000.97
HSV311°100°
CMYK 0.000.060.01   0.00
XYZ89.677290.0213104.7448
Yxy90.02130.31530.3165
Hunter Lab94.87962.67340.9609
CIE-Lab96.00567.6181-4.3204

#ffeffc color RGB value is (255,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 11111100
Octal 377 357 374
Decimal 255 239 252
Hex FF EF FC

RGB Percentages of Color #ffeffc

%34.18
%32.04
%33.78

CMYK Percentages of Color #ffeffc

%0
%6
%1
%0

Triadic Colors of #ffeffc

#ffeffc #fcffef #effcff

Analogous Colors of #ffeffc

#ffeffc #ffeff4 #faefff

Monochromatic Colors of #ffeffc

#ffeffc

Complementary Color

#ffeffc #effff2

#ffeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeffc Color CSS Codes

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

#ffeffc Text Font Color

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

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


#ffeffc Background Color

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

This div background color is #ffeffc


#ffeffc Border Color

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

This div border color is #ffeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeffc

Related Colors

#ffeffc Color Palettes


Comments

No comments written yet.

Please login to write comment.