Color Hex Logo

#efc485 Color Hex

#EFC485
(239,196,133)
0 Favorites   0 Comments

Color spaces of #efc485

RGB 239196133
HSL0.100.770.73
HSV36°44°94°
CMYK 0.000.180.44   0.06
XYZ59.570259.524030.5399
Yxy59.52400.39810.3978
Hunter Lab77.15182.807230.5368
CIE-Lab81.57887.293237.3213

#efc485 color RGB value is (239,196,133).

#efc485 hex color red value is 239, green value is 196 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #efc485 hue: 0.10 , saturation: 0.77 and the lightness value of efc485 is 0.73.

The process color (four color CMYK) of #efc485 color hex is 0.00, 0.18, 0.44, 0.06. Web safe color of #efc485 is #ffcc99. Color #efc485 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 10000101
Octal 357 304 205
Decimal 239 196 133
Hex EF C4 85

RGB Percentages of Color #efc485

%42.08
%34.51
%23.42

CMYK Percentages of Color #efc485

%0
%18
%44
%6

Triadic Colors of #efc485

#efc485 #85efc4 #c485ef

Analogous Colors of #efc485

#efc485 #e5ef85 #ef8f85

Monochromatic Colors of #efc485

#efc485

Complementary Color

#efc485 #85b0ef

#efc485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc485 Color CSS Codes

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

#efc485 Text Font Color

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

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


#efc485 Background Color

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

This div background color is #efc485


#efc485 Border Color

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

This div border color is #efc485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc485


Comments

No comments written yet.

Please login to write comment.