Color Hex Logo

#ffeef5 Color Hex

#FFEEF5
(255,238,245)
1 Favorites   0 Comments

Color spaces of #ffeef5

RGB 255238245
HSL0.931.000.97
HSV335°100°
CMYK 0.000.070.04   0.00
XYZ88.296089.001698.9115
Yxy89.00160.31970.3222
Hunter Lab94.34071.96693.8758
CIE-Lab95.58116.9171-1.3170

#ffeef5 color RGB value is (255,238,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 11110101
Octal 377 356 365
Decimal 255 238 245
Hex FF EE F5

RGB Percentages of Color #ffeef5

%34.55
%32.25
%33.20

CMYK Percentages of Color #ffeef5

%0
%7
%4
%0

Triadic Colors of #ffeef5

#ffeef5 #f5ffee #eef5ff

Analogous Colors of #ffeef5

#ffeef5 #fff0ee #ffeefe

Monochromatic Colors of #ffeef5

#ffeef5

Complementary Color

#ffeef5 #eefff8

#ffeef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffeef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffeef5 Color CSS Codes

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

#ffeef5 Text Font Color

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

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


#ffeef5 Background Color

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

This div background color is #ffeef5


#ffeef5 Border Color

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

This div border color is #ffeef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffeef5

Related Colors


Comments

No comments written yet.

Please login to write comment.