Color Hex Logo

#ffeefc Color Hex

#FFEEFC
(255,238,252)
2 Favorites   0 Comments

Color spaces of #ffeefc

RGB 255238252
HSL0.861.000.97
HSV311°100°
CMYK 0.000.070.01   0.00
XYZ89.385289.4373104.6475
Yxy89.43730.31530.3155
Hunter Lab94.57133.21170.5928
CIE-Lab95.76298.1315-4.6777

#ffeefc color RGB value is (255,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11111100
Octal 377 356 374
Decimal 255 238 252
Hex FF EE FC

RGB Percentages of Color #ffeefc

%34.23
%31.95
%33.83

CMYK Percentages of Color #ffeefc

%0
%7
%1
%0

Triadic Colors of #ffeefc

#ffeefc #fcffee #eefcff

Analogous Colors of #ffeefc

#ffeefc #ffeef4 #faeeff

Monochromatic Colors of #ffeefc

#ffeefc

Complementary Color

#ffeefc #eefff1

#ffeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeefc Color CSS Codes

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

#ffeefc Text Font Color

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

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


#ffeefc Background Color

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

This div background color is #ffeefc


#ffeefc Border Color

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

This div border color is #ffeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeefc

Related Colors


Comments

No comments written yet.

Please login to write comment.