Color Hex Logo

#efdd5d Color Hex

#EFDD5D
(239,221,93)
0 Favorites   0 Comments

Color spaces of #efdd5d

RGB 23922193
HSL0.150.820.65
HSV53°61°94°
CMYK 0.000.080.61   0.06
XYZ63.428870.853920.6890
Yxy70.85390.40930.4572
Hunter Lab84.1748-12.799544.3497
CIE-Lab87.4140-8.812463.3197

#efdd5d color RGB value is (239,221,93).

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

The process color (four color CMYK) of #efdd5d color hex is 0.00, 0.08, 0.61, 0.06. Web safe color of #efdd5d is #ffcc66. Color #efdd5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01011101
Octal 357 335 135
Decimal 239 221 93
Hex EF DD 5D

RGB Percentages of Color #efdd5d

%43.22
%39.96
%16.82

CMYK Percentages of Color #efdd5d

%0
%8
%61
%6

Triadic Colors of #efdd5d

#efdd5d #5defdd #dd5def

Analogous Colors of #efdd5d

#efdd5d #b8ef5d #ef945d

Monochromatic Colors of #efdd5d

#efdd5d

Complementary Color

#efdd5d #5d6fef

#efdd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd5d Color CSS Codes

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

#efdd5d Text Font Color

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

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


#efdd5d Background Color

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

This div background color is #efdd5d


#efdd5d Border Color

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

This div border color is #efdd5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,221,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 #efdd5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd5d


Comments

No comments written yet.

Please login to write comment.