Color Hex Logo

#efb385 Color Hex

#EFB385
(239,179,133)
0 Favorites   0 Comments

Color spaces of #efb385

RGB 239179133
HSL0.070.770.73
HSV26°44°94°
CMYK 0.000.250.44   0.06
XYZ55.950352.284429.3333
Yxy52.28440.40670.3801
Hunter Lab72.308011.580426.5633
CIE-Lab77.450616.238231.9511

#efb385 color RGB value is (239,179,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 10000101
Octal 357 263 205
Decimal 239 179 133
Hex EF B3 85

RGB Percentages of Color #efb385

%43.38
%32.49
%24.14

CMYK Percentages of Color #efb385

%0
%25
%44
%6

Triadic Colors of #efb385

#efb385 #85efb3 #b385ef

Analogous Colors of #efb385

#efb385 #efe885 #ef858c

Monochromatic Colors of #efb385

#efb385

Complementary Color

#efb385 #85c1ef

#efb385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb385 Color CSS Codes

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

#efb385 Text Font Color

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

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


#efb385 Background Color

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

This div background color is #efb385


#efb385 Border Color

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

This div border color is #efb385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb385


Comments

No comments written yet.

Please login to write comment.