Color Hex Logo

#efead5 Color Hex

#EFEAD5
(239,234,213)
0 Favorites   0 Comments

Color spaces of #efead5

RGB 239234213
HSL0.130.450.89
HSV48°11°94°
CMYK 0.000.020.11   0.06
XYZ77.029782.000574.7186
Yxy82.00050.32950.3508
Hunter Lab90.5541-6.629014.4661
CIE-Lab92.5751-1.827210.7899

#efead5 color RGB value is (239,234,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11010101
Octal 357 352 325
Decimal 239 234 213
Hex EF EA D5

RGB Percentages of Color #efead5

%34.84
%34.11
%31.05

CMYK Percentages of Color #efead5

%0
%2
%11
%6

Triadic Colors of #efead5

#efead5 #d5efea #ead5ef

Analogous Colors of #efead5

#efead5 #e7efd5 #efddd5

Monochromatic Colors of #efead5

#efead5

Complementary Color

#efead5 #d5daef

#efead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efead5 Color CSS Codes

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

#efead5 Text Font Color

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

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


#efead5 Background Color

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

This div background color is #efead5


#efead5 Border Color

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

This div border color is #efead5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efead5


Comments

No comments written yet.

Please login to write comment.