Color Hex Logo

#efdf66 Color Hex

#EFDF66
(239,223,102)
0 Favorites   0 Comments

Color spaces of #efdf66

RGB 239223102
HSL0.150.810.67
HSV53°57°94°
CMYK 0.000.070.57   0.06
XYZ64.382672.085423.0909
Yxy72.08540.40350.4518
Hunter Lab84.9031-13.222743.3072
CIE-Lab88.0097-9.200860.0591

#efdf66 color RGB value is (239,223,102).

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

The process color (four color CMYK) of #efdf66 color hex is 0.00, 0.07, 0.57, 0.06. Web safe color of #efdf66 is #ffcc66. Color #efdf66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 01100110
Octal 357 337 146
Decimal 239 223 102
Hex EF DF 66

RGB Percentages of Color #efdf66

%42.38
%39.54
%18.09

CMYK Percentages of Color #efdf66

%0
%7
%57
%6

Triadic Colors of #efdf66

#efdf66 #66efdf #df66ef

Analogous Colors of #efdf66

#efdf66 #bbef66 #ef9b66

Monochromatic Colors of #efdf66

#efdf66

Complementary Color

#efdf66 #6676ef

#efdf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf66 Color CSS Codes

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

#efdf66 Text Font Color

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

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


#efdf66 Background Color

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

This div background color is #efdf66


#efdf66 Border Color

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

This div border color is #efdf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf66


Comments

No comments written yet.

Please login to write comment.