Color Hex Logo

#efde8f Color Hex

#EFDE8F
(239,222,143)
0 Favorites   0 Comments

Color spaces of #efde8f

RGB 239222143
HSL0.140.750.75
HSV49°40°94°
CMYK 0.000.070.40   0.06
XYZ66.675872.576436.4811
Yxy72.57640.37940.4130
Hunter Lab85.1918-9.381734.2449
CIE-Lab88.2453-5.063640.8236

#efde8f color RGB value is (239,222,143).

#efde8f hex color red value is 239, green value is 222 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #efde8f hue: 0.14 , saturation: 0.75 and the lightness value of efde8f is 0.75.

The process color (four color CMYK) of #efde8f color hex is 0.00, 0.07, 0.40, 0.06. Web safe color of #efde8f is #ffcc99. Color #efde8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10001111
Octal 357 336 217
Decimal 239 222 143
Hex EF DE 8F

RGB Percentages of Color #efde8f

%39.57
%36.75
%23.68

CMYK Percentages of Color #efde8f

%0
%7
%40
%6

Triadic Colors of #efde8f

#efde8f #8fefde #de8fef

Analogous Colors of #efde8f

#efde8f #d0ef8f #efae8f

Monochromatic Colors of #efde8f

#efde8f

Complementary Color

#efde8f #8fa0ef

#efde8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde8f Color CSS Codes

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

#efde8f Text Font Color

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

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


#efde8f Background Color

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

This div background color is #efde8f


#efde8f Border Color

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

This div border color is #efde8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde8f


Comments

No comments written yet.

Please login to write comment.