Color Hex Logo

#efe85d Color Hex

#EFE85D
(239,232,93)
0 Favorites   0 Comments

Color spaces of #efe85d

RGB 23923293
HSL0.160.820.65
HSV57°61°94°
CMYK 0.000.030.61   0.06
XYZ66.429076.854321.6891
Yxy76.85430.40270.4659
Hunter Lab87.6666-18.158946.6980
CIE-Lab90.2545-14.272866.3936

#efe85d color RGB value is (239,232,93).

#efe85d hex color red value is 239, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #efe85d hue: 0.16 , saturation: 0.82 and the lightness value of efe85d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 01011101
Octal 357 350 135
Decimal 239 232 93
Hex EF E8 5D

RGB Percentages of Color #efe85d

%42.38
%41.13
%16.49

CMYK Percentages of Color #efe85d

%0
%3
%61
%6

Triadic Colors of #efe85d

#efe85d #5defe8 #e85def

Analogous Colors of #efe85d

#efe85d #adef5d #ef9f5d

Monochromatic Colors of #efe85d

#efe85d

Complementary Color

#efe85d #5d64ef

#efe85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe85d Color CSS Codes

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

#efe85d Text Font Color

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

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


#efe85d Background Color

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

This div background color is #efe85d


#efe85d Border Color

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

This div border color is #efe85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe85d


Comments

No comments written yet.

Please login to write comment.