Color Hex Logo

#ffefad Color Hex

#FFEFAD
(255,239,173)
0 Favorites   0 Comments

Color spaces of #ffefad

RGB 255239173
HSL0.131.000.84
HSV48°32°100°
CMYK 0.000.060.32   0.00
XYZ79.649386.010151.9388
Yxy86.01010.36600.3953
Hunter Lab92.7416-8.996731.7145
CIE-Lab94.3167-4.108433.9318

#ffefad color RGB value is (255,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 10101101
Octal 377 357 255
Decimal 255 239 173
Hex FF EF AD

RGB Percentages of Color #ffefad

%38.23
%35.83
%25.94

CMYK Percentages of Color #ffefad

%0
%6
%32
%0

Triadic Colors of #ffefad

#ffefad #adffef #efadff

Analogous Colors of #ffefad

#ffefad #e6ffad #ffc6ad

Monochromatic Colors of #ffefad

#ffefad

Complementary Color

#ffefad #adbdff

#ffefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffefad Color CSS Codes

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

#ffefad Text Font Color

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

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


#ffefad Background Color

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

This div background color is #ffefad


#ffefad Border Color

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

This div border color is #ffefad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,239,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 #ffefad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffefad

Related Colors


Comments

No comments written yet.

Please login to write comment.