Color Hex Logo

#efe342 Color Hex

#EFE342
(239,227,66)
0 Favorites   0 Comments

Color spaces of #efe342

RGB 23922766
HSL0.160.840.60
HSV56°72°94°
CMYK 0.000.050.72   0.06
XYZ64.049173.682216.0006
Yxy73.68220.41660.4793
Hunter Lab85.8383-17.027649.0349
CIE-Lab88.7721-13.246575.1003

#efe342 color RGB value is (239,227,66).

#efe342 hex color red value is 239, green value is 227 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #efe342 hue: 0.16 , saturation: 0.84 and the lightness value of efe342 is 0.60.

The process color (four color CMYK) of #efe342 color hex is 0.00, 0.05, 0.72, 0.06. Web safe color of #efe342 is #ffcc33. Color #efe342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 01000010
Octal 357 343 102
Decimal 239 227 66
Hex EF E3 42

RGB Percentages of Color #efe342

%44.92
%42.67
%12.41

CMYK Percentages of Color #efe342

%0
%5
%72
%6

Triadic Colors of #efe342

#efe342 #42efe3 #e342ef

Analogous Colors of #efe342

#efe342 #a5ef42 #ef8d42

Monochromatic Colors of #efe342

#efe342

Complementary Color

#efe342 #424eef

#efe342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe342 Color CSS Codes

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

#efe342 Text Font Color

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

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


#efe342 Background Color

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

This div background color is #efe342


#efe342 Border Color

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

This div border color is #efe342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe342


Comments

No comments written yet.

Please login to write comment.