Color Hex Logo

#efe4d5 Color Hex

#EFE4D5
(239,228,213)
0 Favorites   0 Comments

Color spaces of #efe4d5

RGB 239228213
HSL0.100.450.89
HSV35°11°94°
CMYK 0.000.050.11   0.06
XYZ75.350278.641674.1588
Yxy78.64160.33030.3447
Hunter Lab88.6801-3.521312.4948
CIE-Lab91.07191.23928.6398

#efe4d5 color RGB value is (239,228,213).

#efe4d5 hex color red value is 239, green value is 228 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efe4d5 hue: 0.10 , saturation: 0.45 and the lightness value of efe4d5 is 0.89.

The process color (four color CMYK) of #efe4d5 color hex is 0.00, 0.05, 0.11, 0.06. Web safe color of #efe4d5 is #ffcccc. Color #efe4d5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 11010101
Octal 357 344 325
Decimal 239 228 213
Hex EF E4 D5

RGB Percentages of Color #efe4d5

%35.15
%33.53
%31.32

CMYK Percentages of Color #efe4d5

%0
%5
%11
%6

Triadic Colors of #efe4d5

#efe4d5 #d5efe4 #e4d5ef

Analogous Colors of #efe4d5

#efe4d5 #edefd5 #efd7d5

Monochromatic Colors of #efe4d5

#efe4d5

Complementary Color

#efe4d5 #d5e0ef

#efe4d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe4d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe4d5 Color CSS Codes

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

#efe4d5 Text Font Color

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

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


#efe4d5 Background Color

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

This div background color is #efe4d5


#efe4d5 Border Color

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

This div border color is #efe4d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe4d5


Comments

No comments written yet.

Please login to write comment.