Color Hex Logo

#efdd69 Color Hex

#EFDD69
(239,221,105)
0 Favorites   0 Comments

Color spaces of #efdd69

RGB 239221105
HSL0.140.810.67
HSV52°56°94°
CMYK 0.000.080.56   0.06
XYZ64.002971.083523.7118
Yxy71.08350.40300.4476
Hunter Lab84.3110-12.039942.3429
CIE-Lab87.5256-7.979058.1649

#efdd69 color RGB value is (239,221,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01101001
Octal 357 335 151
Decimal 239 221 105
Hex EF DD 69

RGB Percentages of Color #efdd69

%42.30
%39.12
%18.58

CMYK Percentages of Color #efdd69

%0
%8
%56
%6

Triadic Colors of #efdd69

#efdd69 #69efdd #dd69ef

Analogous Colors of #efdd69

#efdd69 #beef69 #ef9a69

Monochromatic Colors of #efdd69

#efdd69

Complementary Color

#efdd69 #697bef

#efdd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd69 Color CSS Codes

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

#efdd69 Text Font Color

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

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


#efdd69 Background Color

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

This div background color is #efdd69


#efdd69 Border Color

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

This div border color is #efdd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd69


Comments

No comments written yet.

Please login to write comment.