Color Hex Logo

#efe28f Color Hex

#EFE28F
(239,226,143)
0 Favorites   0 Comments

Color spaces of #efe28f

RGB 239226143
HSL0.140.750.75
HSV52°40°94°
CMYK 0.000.050.40   0.06
XYZ67.750974.726636.8394
Yxy74.72660.37780.4167
Hunter Lab86.4445-11.378635.2440
CIE-Lab89.2648-7.082742.1280

#efe28f color RGB value is (239,226,143).

#efe28f hex color red value is 239, green value is 226 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #efe28f hue: 0.14 , saturation: 0.75 and the lightness value of efe28f is 0.75.

The process color (four color CMYK) of #efe28f color hex is 0.00, 0.05, 0.40, 0.06. Web safe color of #efe28f is #ffcc99. Color #efe28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 10001111
Octal 357 342 217
Decimal 239 226 143
Hex EF E2 8F

RGB Percentages of Color #efe28f

%39.31
%37.17
%23.52

CMYK Percentages of Color #efe28f

%0
%5
%40
%6

Triadic Colors of #efe28f

#efe28f #8fefe2 #e28fef

Analogous Colors of #efe28f

#efe28f #ccef8f #efb28f

Monochromatic Colors of #efe28f

#efe28f

Complementary Color

#efe28f #8f9cef

#efe28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe28f Color CSS Codes

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

#efe28f Text Font Color

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

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


#efe28f Background Color

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

This div background color is #efe28f


#efe28f Border Color

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

This div border color is #efe28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe28f

#efe28f Color Palettes


Comments

No comments written yet.

Please login to write comment.