Color Hex Logo

#efe67e Color Hex

#EFE67E
(239,230,126)
0 Favorites   0 Comments

Color spaces of #efe67e

RGB 239230126
HSL0.150.780.72
HSV55°47°94°
CMYK 0.000.040.47   0.06
XYZ67.659376.450730.9291
Yxy76.45070.38650.4368
Hunter Lab87.4361-14.887340.2324
CIE-Lab90.0682-10.747151.4044

#efe67e color RGB value is (239,230,126).

#efe67e hex color red value is 239, green value is 230 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #efe67e hue: 0.15 , saturation: 0.78 and the lightness value of efe67e is 0.72.

The process color (four color CMYK) of #efe67e color hex is 0.00, 0.04, 0.47, 0.06. Web safe color of #efe67e is #ffff66. Color #efe67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01111110
Octal 357 346 176
Decimal 239 230 126
Hex EF E6 7E

RGB Percentages of Color #efe67e

%40.17
%38.66
%21.18

CMYK Percentages of Color #efe67e

%0
%4
%47
%6

Triadic Colors of #efe67e

#efe67e #7eefe6 #e67eef

Analogous Colors of #efe67e

#efe67e #c0ef7e #efae7e

Monochromatic Colors of #efe67e

#efe67e

Complementary Color

#efe67e #7e87ef

#efe67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe67e Color CSS Codes

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

#efe67e Text Font Color

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

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


#efe67e Background Color

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

This div background color is #efe67e


#efe67e Border Color

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

This div border color is #efe67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe67e


Comments

No comments written yet.

Please login to write comment.