Color Hex Logo

#efa275 Color Hex

#EFA275
(239,162,117)
0 Favorites   0 Comments

Color spaces of #efa275

RGB 239162117
HSL0.060.790.70
HSV22°51°94°
CMYK 0.000.320.51   0.06
XYZ51.727845.475722.8810
Yxy45.47570.43080.3787
Hunter Lab67.435718.909427.0878
CIE-Lab73.204023.723934.8946

#efa275 color RGB value is (239,162,117).

#efa275 hex color red value is 239, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #efa275 hue: 0.06 , saturation: 0.79 and the lightness value of efa275 is 0.70.

The process color (four color CMYK) of #efa275 color hex is 0.00, 0.32, 0.51, 0.06. Web safe color of #efa275 is #ff9966. Color #efa275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 01110101
Octal 357 242 165
Decimal 239 162 117
Hex EF A2 75

RGB Percentages of Color #efa275

%46.14
%31.27
%22.59

CMYK Percentages of Color #efa275

%0
%32
%51
%6

Triadic Colors of #efa275

#efa275 #75efa2 #a275ef

Analogous Colors of #efa275

#efa275 #efdf75 #ef7585

Monochromatic Colors of #efa275

#efa275

Complementary Color

#efa275 #75c2ef

#efa275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa275 Color CSS Codes

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

#efa275 Text Font Color

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

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


#efa275 Background Color

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

This div background color is #efa275


#efa275 Border Color

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

This div border color is #efa275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa275


Comments

No comments written yet.

Please login to write comment.