Color Hex Logo

#efe276 Color Hex

#EFE276
(239,226,118)
0 Favorites   0 Comments

Color spaces of #efe276

RGB 239226118
HSL0.150.790.70
HSV54°51°94°
CMYK 0.000.050.51   0.06
XYZ66.063074.051427.9510
Yxy74.05140.39310.4406
Hunter Lab86.0531-13.558540.9791
CIE-Lab88.9468-9.452453.8339

#efe276 color RGB value is (239,226,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 01110110
Octal 357 342 166
Decimal 239 226 118
Hex EF E2 76

RGB Percentages of Color #efe276

%40.99
%38.77
%20.24

CMYK Percentages of Color #efe276

%0
%5
%51
%6

Triadic Colors of #efe276

#efe276 #76efe2 #e276ef

Analogous Colors of #efe276

#efe276 #c0ef76 #efa676

Monochromatic Colors of #efe276

#efe276

Complementary Color

#efe276 #7683ef

#efe276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe276 Color CSS Codes

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

#efe276 Text Font Color

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

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


#efe276 Background Color

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

This div background color is #efe276


#efe276 Border Color

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

This div border color is #efe276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe276


Comments

No comments written yet.

Please login to write comment.