Color Hex Logo

#efe674 Color Hex

#EFE674
(239,230,116)
0 Favorites   0 Comments

Color spaces of #efe674

RGB 239230116
HSL0.150.790.70
HSV56°51°94°
CMYK 0.000.040.51   0.06
XYZ67.045876.205327.6984
Yxy76.20530.39220.4458
Hunter Lab87.2956-15.673842.2946
CIE-Lab89.9546-11.610955.9555

#efe674 color RGB value is (239,230,116).

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

The process color (four color CMYK) of #efe674 color hex is 0.00, 0.04, 0.51, 0.06. Web safe color of #efe674 is #ffff66. Color #efe674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01110100
Octal 357 346 164
Decimal 239 230 116
Hex EF E6 74

RGB Percentages of Color #efe674

%40.85
%39.32
%19.83

CMYK Percentages of Color #efe674

%0
%4
%51
%6

Triadic Colors of #efe674

#efe674 #74efe6 #e674ef

Analogous Colors of #efe674

#efe674 #bbef74 #efa974

Monochromatic Colors of #efe674

#efe674

Complementary Color

#efe674 #747def

#efe674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe674 Color CSS Codes

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

#efe674 Text Font Color

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

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


#efe674 Background Color

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

This div background color is #efe674


#efe674 Border Color

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

This div border color is #efe674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe674


Comments

No comments written yet.

Please login to write comment.