Color Hex Logo

#efe376 Color Hex

#EFE376
(239,227,118)
0 Favorites   0 Comments

Color spaces of #efe376

RGB 239227118
HSL0.150.790.70
HSV54°51°94°
CMYK 0.000.050.51   0.06
XYZ66.335774.596928.0419
Yxy74.59690.39260.4415
Hunter Lab86.3695-14.050541.2087
CIE-Lab89.2038-9.951954.1394

#efe376 color RGB value is (239,227,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100011 01110110
Octal 357 343 166
Decimal 239 227 118
Hex EF E3 76

RGB Percentages of Color #efe376

%40.92
%38.87
%20.21

CMYK Percentages of Color #efe376

%0
%5
%51
%6

Triadic Colors of #efe376

#efe376 #76efe3 #e376ef

Analogous Colors of #efe376

#efe376 #bfef76 #efa776

Monochromatic Colors of #efe376

#efe376

Complementary Color

#efe376 #7682ef

#efe376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe376 Color CSS Codes

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

#efe376 Text Font Color

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

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


#efe376 Background Color

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

This div background color is #efe376


#efe376 Border Color

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

This div border color is #efe376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe376


Comments

No comments written yet.

Please login to write comment.