Color Hex Logo

#efc675 Color Hex

#EFC675
(239,198,117)
0 Favorites   0 Comments

Color spaces of #efc675

RGB 239198117
HSL0.110.790.70
HSV40°51°94°
CMYK 0.000.170.51   0.06
XYZ59.001660.023225.3055
Yxy60.02320.40880.4159
Hunter Lab77.47460.357934.8664
CIE-Lab81.85084.754945.7432

#efc675 color RGB value is (239,198,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01110101
Octal 357 306 165
Decimal 239 198 117
Hex EF C6 75

RGB Percentages of Color #efc675

%43.14
%35.74
%21.12

CMYK Percentages of Color #efc675

%0
%17
%51
%6

Triadic Colors of #efc675

#efc675 #75efc6 #c675ef

Analogous Colors of #efc675

#efc675 #dbef75 #ef8975

Monochromatic Colors of #efc675

#efc675

Complementary Color

#efc675 #759eef

#efc675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc675 Color CSS Codes

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

#efc675 Text Font Color

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

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


#efc675 Background Color

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

This div background color is #efc675


#efc675 Border Color

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

This div border color is #efc675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc675


Comments

No comments written yet.

Please login to write comment.