Color Hex Logo

#ffedad Color Hex

#FFEDAD
(255,237,173)
0 Favorites   0 Comments

Color spaces of #ffedad

RGB 255237173
HSL0.131.000.84
HSV47°32°100°
CMYK 0.000.070.32   0.00
XYZ79.067084.845551.7447
Yxy84.84550.36660.3934
Hunter Lab92.1116-7.974131.1713
CIE-Lab93.8165-3.104033.2643

#ffedad color RGB value is (255,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10101101
Octal 377 355 255
Decimal 255 237 173
Hex FF ED AD

RGB Percentages of Color #ffedad

%38.35
%35.64
%26.02

CMYK Percentages of Color #ffedad

%0
%7
%32
%0

Triadic Colors of #ffedad

#ffedad #adffed #edadff

Analogous Colors of #ffedad

#ffedad #e8ffad #ffc4ad

Monochromatic Colors of #ffedad

#ffedad

Complementary Color

#ffedad #adbfff

#ffedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedad Color CSS Codes

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

#ffedad Text Font Color

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

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


#ffedad Background Color

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

This div background color is #ffedad


#ffedad Border Color

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

This div border color is #ffedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedad

Related Colors


Comments

No comments written yet.

Please login to write comment.