Color Hex Logo

#efede1 Color Hex

#EFEDE1
(239,237,225)
2 Favorites   0 Comments

Color spaces of #efede1

RGB 239237225
HSL0.140.300.91
HSV51°94°
CMYK 0.000.010.06   0.06
XYZ79.471484.355383.3278
Yxy84.35530.32150.3413
Hunter Lab91.8451-6.277210.4999
CIE-Lab93.6046-1.39036.0343

#efede1 color RGB value is (239,237,225).

#efede1 hex color red value is 239, green value is 237 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #efede1 hue: 0.14 , saturation: 0.30 and the lightness value of efede1 is 0.91.

The process color (four color CMYK) of #efede1 color hex is 0.00, 0.01, 0.06, 0.06. Web safe color of #efede1 is #ffffcc. Color #efede1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 11100001
Octal 357 355 341
Decimal 239 237 225
Hex EF ED E1

RGB Percentages of Color #efede1

%34.09
%33.81
%32.10

CMYK Percentages of Color #efede1

%0
%1
%6
%6

Triadic Colors of #efede1

#efede1 #e1efed #ede1ef

Analogous Colors of #efede1

#efede1 #eaefe1 #efe6e1

Monochromatic Colors of #efede1

#efede1

Complementary Color

#efede1 #e1e3ef

#efede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efede1 Color CSS Codes

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

#efede1 Text Font Color

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

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


#efede1 Background Color

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

This div background color is #efede1


#efede1 Border Color

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

This div border color is #efede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efede1

#efede1 Color Palettes


Comments

No comments written yet.

Please login to write comment.