Color Hex Logo

#efa285 Color Hex

#EFA285
(239,162,133)
0 Favorites   0 Comments

Color spaces of #efa285

RGB 239162133
HSL0.050.770.73
HSV16°44°94°
CMYK 0.000.320.44   0.06
XYZ52.750645.884828.2667
Yxy45.88480.41570.3616
Hunter Lab67.738320.463222.6755
CIE-Lab73.470725.247426.6743

#efa285 color RGB value is (239,162,133).

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

The process color (four color CMYK) of #efa285 color hex is 0.00, 0.32, 0.44, 0.06. Web safe color of #efa285 is #ff9999. Color #efa285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 10000101
Octal 357 242 205
Decimal 239 162 133
Hex EF A2 85

RGB Percentages of Color #efa285

%44.76
%30.34
%24.91

CMYK Percentages of Color #efa285

%0
%32
%44
%6

Triadic Colors of #efa285

#efa285 #85efa2 #a285ef

Analogous Colors of #efa285

#efa285 #efd785 #ef859d

Monochromatic Colors of #efa285

#efa285

Complementary Color

#efa285 #85d2ef

#efa285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa285 Color CSS Codes

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

#efa285 Text Font Color

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

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


#efa285 Background Color

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

This div background color is #efa285


#efa285 Border Color

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

This div border color is #efa285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa285


Comments

No comments written yet.

Please login to write comment.