Color Hex Logo

#efdd65 Color Hex

#EFDD65
(239,221,101)
0 Favorites   0 Comments

Color spaces of #efdd65

RGB 239221101
HSL0.140.810.67
HSV52°58°94°
CMYK 0.000.080.58   0.06
XYZ63.802071.003222.6542
Yxy71.00320.40520.4509
Hunter Lab84.2634-12.305543.0443
CIE-Lab87.4866-8.270059.9139

#efdd65 color RGB value is (239,221,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 01100101
Octal 357 335 145
Decimal 239 221 101
Hex EF DD 65

RGB Percentages of Color #efdd65

%42.60
%39.39
%18.00

CMYK Percentages of Color #efdd65

%0
%8
%58
%6

Triadic Colors of #efdd65

#efdd65 #65efdd #dd65ef

Analogous Colors of #efdd65

#efdd65 #bcef65 #ef9865

Monochromatic Colors of #efdd65

#efdd65

Complementary Color

#efdd65 #6577ef

#efdd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd65 Color CSS Codes

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

#efdd65 Text Font Color

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

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


#efdd65 Background Color

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

This div background color is #efdd65


#efdd65 Border Color

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

This div border color is #efdd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd65


Comments

No comments written yet.

Please login to write comment.