Color Hex Logo

#efe264 Color Hex

#EFE264
(239,226,100)
0 Favorites   0 Comments

Color spaces of #efe264

RGB 239226100
HSL0.150.810.66
HSV54°58°94°
CMYK 0.000.050.58   0.06
XYZ65.093273.663522.8443
Yxy73.66350.40280.4558
Hunter Lab85.8274-14.820244.2983
CIE-Lab88.7632-10.839161.7844

#efe264 color RGB value is (239,226,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 01100100
Octal 357 342 144
Decimal 239 226 100
Hex EF E2 64

RGB Percentages of Color #efe264

%42.30
%40.00
%17.70

CMYK Percentages of Color #efe264

%0
%5
%58
%6

Triadic Colors of #efe264

#efe264 #64efe2 #e264ef

Analogous Colors of #efe264

#efe264 #b7ef64 #ef9d64

Monochromatic Colors of #efe264

#efe264

Complementary Color

#efe264 #6471ef

#efe264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe264 Color CSS Codes

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

#efe264 Text Font Color

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

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


#efe264 Background Color

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

This div background color is #efe264


#efe264 Border Color

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

This div border color is #efe264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe264


Comments

No comments written yet.

Please login to write comment.