Color Hex Logo

#ffedac Color Hex

#FFEDAC
(255,237,172)
0 Favorites   0 Comments

Color spaces of #ffedac

RGB 255237172
HSL0.131.000.84
HSV47°33°100°
CMYK 0.000.070.33   0.00
XYZ78.970684.806951.2369
Yxy84.80690.36730.3944
Hunter Lab92.0907-8.089431.4760
CIE-Lab93.7998-3.223433.7478

#ffedac color RGB value is (255,237,172).

#ffedac hex color red value is 255, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ffedac hue: 0.13 , saturation: 1.00 and the lightness value of ffedac is 0.84.

The process color (four color CMYK) of #ffedac color hex is 0.00, 0.07, 0.33, 0.00. Web safe color of #ffedac is #ffff99. Color #ffedac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10101100
Octal 377 355 254
Decimal 255 237 172
Hex FF ED AC

RGB Percentages of Color #ffedac

%38.40
%35.69
%25.90

CMYK Percentages of Color #ffedac

%0
%7
%33
%0

Triadic Colors of #ffedac

#ffedac #acffed #edacff

Analogous Colors of #ffedac

#ffedac #e8ffac #ffc4ac

Monochromatic Colors of #ffedac

#ffedac

Complementary Color

#ffedac #acbeff

#ffedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedac Color CSS Codes

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

#ffedac Text Font Color

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

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


#ffedac Background Color

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

This div background color is #ffedac


#ffedac Border Color

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

This div border color is #ffedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedac

#ffedac Color Palettes


Comments

No comments written yet.

Please login to write comment.