Color Hex Logo

#efc274 Color Hex

#EFC274
(239,194,116)
0 Favorites   0 Comments

Color spaces of #efc274

RGB 239194116
HSL0.110.790.70
HSV38°51°94°
CMYK 0.000.190.51   0.06
XYZ58.040858.195224.6967
Yxy58.19520.41180.4129
Hunter Lab76.28582.308734.2055
CIE-Lab80.84726.752945.0070

#efc274 color RGB value is (239,194,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01110100
Octal 357 302 164
Decimal 239 194 116
Hex EF C2 74

RGB Percentages of Color #efc274

%43.53
%35.34
%21.13

CMYK Percentages of Color #efc274

%0
%19
%51
%6

Triadic Colors of #efc274

#efc274 #74efc2 #c274ef

Analogous Colors of #efc274

#efc274 #dfef74 #ef8574

Monochromatic Colors of #efc274

#efc274

Complementary Color

#efc274 #74a1ef

#efc274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc274 Color CSS Codes

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

#efc274 Text Font Color

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

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


#efc274 Background Color

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

This div background color is #efc274


#efc274 Border Color

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

This div border color is #efc274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc274


Comments

No comments written yet.

Please login to write comment.