Color Hex Logo

#ffedab Color Hex

#FFEDAB
(255,237,171)
0 Favorites   0 Comments

Color spaces of #ffedab

RGB 255237171
HSL0.131.000.84
HSV47°33°100°
CMYK 0.000.070.33   0.00
XYZ78.874984.768650.7329
Yxy84.76860.36790.3954
Hunter Lab92.0699-8.203931.7786
CIE-Lab93.7833-3.342134.2311

#ffedab color RGB value is (255,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10101011
Octal 377 355 253
Decimal 255 237 171
Hex FF ED AB

RGB Percentages of Color #ffedab

%38.46
%35.75
%25.79

CMYK Percentages of Color #ffedab

%0
%7
%33
%0

Triadic Colors of #ffedab

#ffedab #abffed #edabff

Analogous Colors of #ffedab

#ffedab #e7ffab #ffc3ab

Monochromatic Colors of #ffedab

#ffedab

Complementary Color

#ffedab #abbdff

#ffedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedab Color CSS Codes

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

#ffedab Text Font Color

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

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


#ffedab Background Color

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

This div background color is #ffedab


#ffedab Border Color

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

This div border color is #ffedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedab

#ffedab Color Palettes


Comments

No comments written yet.

Please login to write comment.