Color Hex Logo

#efe77d Color Hex

#EFE77D
(239,231,125)
0 Favorites   0 Comments

Color spaces of #efe77d

RGB 239231125
HSL0.150.780.71
HSV56°48°94°
CMYK 0.000.030.48   0.06
XYZ67.874276.983230.6839
Yxy76.98320.38670.4385
Hunter Lab87.7401-15.460640.6835
CIE-Lab90.3139-11.334052.1764

#efe77d color RGB value is (239,231,125).

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

The process color (four color CMYK) of #efe77d color hex is 0.00, 0.03, 0.48, 0.06. Web safe color of #efe77d is #ffff66. Color #efe77d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 01111101
Octal 357 347 175
Decimal 239 231 125
Hex EF E7 7D

RGB Percentages of Color #efe77d

%40.17
%38.82
%21.01

CMYK Percentages of Color #efe77d

%0
%3
%48
%6

Triadic Colors of #efe77d

#efe77d #7defe7 #e77def

Analogous Colors of #efe77d

#efe77d #beef7d #efae7d

Monochromatic Colors of #efe77d

#efe77d

Complementary Color

#efe77d #7d85ef

#efe77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe77d Color CSS Codes

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

#efe77d Text Font Color

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

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


#efe77d Background Color

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

This div background color is #efe77d


#efe77d Border Color

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

This div border color is #efe77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe77d


Comments

No comments written yet.

Please login to write comment.