Color Hex Logo

#efe268 Color Hex

#EFE268
(239,226,104)
0 Favorites   0 Comments

Color spaces of #efe268

RGB 239226104
HSL0.150.810.67
HSV54°56°94°
CMYK 0.000.050.56   0.06
XYZ65.291773.742923.8893
Yxy73.74290.40070.4526
Hunter Lab85.8737-14.561443.6176
CIE-Lab88.8008-10.553860.0641

#efe268 color RGB value is (239,226,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100010 01101000
Octal 357 342 150
Decimal 239 226 104
Hex EF E2 68

RGB Percentages of Color #efe268

%42.00
%39.72
%18.28

CMYK Percentages of Color #efe268

%0
%5
%56
%6

Triadic Colors of #efe268

#efe268 #68efe2 #e268ef

Analogous Colors of #efe268

#efe268 #b9ef68 #ef9f68

Monochromatic Colors of #efe268

#efe268

Complementary Color

#efe268 #6875ef

#efe268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe268 Color CSS Codes

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

#efe268 Text Font Color

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

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


#efe268 Background Color

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

This div background color is #efe268


#efe268 Border Color

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

This div border color is #efe268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe268


Comments

No comments written yet.

Please login to write comment.