Color Hex Logo

#efda65 Color Hex

#EFDA65
(239,218,101)
0 Favorites   0 Comments

Color spaces of #efda65

RGB 239218101
HSL0.140.810.67
HSV51°58°94°
CMYK 0.000.090.58   0.06
XYZ63.017069.433122.3925
Yxy69.43310.40700.4484
Hunter Lab83.3265-10.828042.3955
CIE-Lab86.7181-6.760459.0470

#efda65 color RGB value is (239,218,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 01100101
Octal 357 332 145
Decimal 239 218 101
Hex EF DA 65

RGB Percentages of Color #efda65

%42.83
%39.07
%18.10

CMYK Percentages of Color #efda65

%0
%9
%58
%6

Triadic Colors of #efda65

#efda65 #65efda #da65ef

Analogous Colors of #efda65

#efda65 #bfef65 #ef9565

Monochromatic Colors of #efda65

#efda65

Complementary Color

#efda65 #657aef

#efda65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efda65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efda65 Color CSS Codes

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

#efda65 Text Font Color

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

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


#efda65 Background Color

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

This div background color is #efda65


#efda65 Border Color

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

This div border color is #efda65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efda65


Comments

No comments written yet.

Please login to write comment.