Color Hex Logo

#efc175 Color Hex

#EFC175
(239,193,117)
0 Favorites   0 Comments

Color spaces of #efc175

RGB 239193117
HSL0.100.790.70
HSV37°51°94°
CMYK 0.000.190.51   0.06
XYZ57.877557.775024.9308
Yxy57.77500.41170.4110
Hunter Lab76.00992.901133.7601
CIE-Lab80.61357.361944.2200

#efc175 color RGB value is (239,193,117).

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

The process color (four color CMYK) of #efc175 color hex is 0.00, 0.19, 0.51, 0.06. Web safe color of #efc175 is #ffcc66. Color #efc175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000001 01110101
Octal 357 301 165
Decimal 239 193 117
Hex EF C1 75

RGB Percentages of Color #efc175

%43.53
%35.15
%21.31

CMYK Percentages of Color #efc175

%0
%19
%51
%6

Triadic Colors of #efc175

#efc175 #75efc1 #c175ef

Analogous Colors of #efc175

#efc175 #e0ef75 #ef8475

Monochromatic Colors of #efc175

#efc175

Complementary Color

#efc175 #75a3ef

#efc175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc175 Color CSS Codes

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

#efc175 Text Font Color

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

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


#efc175 Background Color

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

This div background color is #efc175


#efc175 Border Color

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

This div border color is #efc175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc175


Comments

No comments written yet.

Please login to write comment.