Color Hex Logo

#ffedaf Color Hex

#FFEDAF
(255,237,175)
0 Favorites   0 Comments

Color spaces of #ffedaf

RGB 255237175
HSL0.131.000.84
HSV47°31°100°
CMYK 0.000.070.31   0.00
XYZ79.262184.923552.7718
Yxy84.92350.36530.3914
Hunter Lab92.1539-7.740630.5554
CIE-Lab93.8501-2.862632.2964

#ffedaf color RGB value is (255,237,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10101111
Octal 377 355 257
Decimal 255 237 175
Hex FF ED AF

RGB Percentages of Color #ffedaf

%38.23
%35.53
%26.24

CMYK Percentages of Color #ffedaf

%0
%7
%31
%0

Triadic Colors of #ffedaf

#ffedaf #afffed #edafff

Analogous Colors of #ffedaf

#ffedaf #e9ffaf #ffc5af

Monochromatic Colors of #ffedaf

#ffedaf

Complementary Color

#ffedaf #afc1ff

#ffedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedaf Color CSS Codes

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

#ffedaf Text Font Color

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

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


#ffedaf Background Color

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

This div background color is #ffedaf


#ffedaf Border Color

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

This div border color is #ffedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedaf

Related Colors


Comments

No comments written yet.

Please login to write comment.