Color Hex Logo

#efc385 Color Hex

#EFC385
(239,195,133)
0 Favorites   0 Comments

Color spaces of #efc385

RGB 239195133
HSL0.100.770.73
HSV35°44°94°
CMYK 0.000.180.44   0.06
XYZ59.345359.074430.4650
Yxy59.07440.39860.3968
Hunter Lab76.85993.319230.3011
CIE-Lab81.33257.815737.0038

#efc385 color RGB value is (239,195,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 10000101
Octal 357 303 205
Decimal 239 195 133
Hex EF C3 85

RGB Percentages of Color #efc385

%42.15
%34.39
%23.46

CMYK Percentages of Color #efc385

%0
%18
%44
%6

Triadic Colors of #efc385

#efc385 #85efc3 #c385ef

Analogous Colors of #efc385

#efc385 #e6ef85 #ef8e85

Monochromatic Colors of #efc385

#efc385

Complementary Color

#efc385 #85b1ef

#efc385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc385 Color CSS Codes

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

#efc385 Text Font Color

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

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


#efc385 Background Color

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

This div background color is #efc385


#efc385 Border Color

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

This div border color is #efc385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc385


Comments

No comments written yet.

Please login to write comment.