Color Hex Logo

#efd65d Color Hex

#EFD65D
(239,214,93)
0 Favorites   0 Comments

Color spaces of #efd65d

RGB 23921493
HSL0.140.820.65
HSV50°61°94°
CMYK 0.000.100.61   0.06
XYZ61.619067.234220.0858
Yxy67.23420.41370.4514
Hunter Lab81.9965-9.354042.8739
CIE-Lab85.6221-5.284561.3587

#efd65d color RGB value is (239,214,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 01011101
Octal 357 326 135
Decimal 239 214 93
Hex EF D6 5D

RGB Percentages of Color #efd65d

%43.77
%39.19
%17.03

CMYK Percentages of Color #efd65d

%0
%10
%61
%6

Triadic Colors of #efd65d

#efd65d #5defd6 #d65def

Analogous Colors of #efd65d

#efd65d #bfef5d #ef8d5d

Monochromatic Colors of #efd65d

#efd65d

Complementary Color

#efd65d #5d76ef

#efd65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd65d Color CSS Codes

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

#efd65d Text Font Color

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

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


#efd65d Background Color

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

This div background color is #efd65d


#efd65d Border Color

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

This div border color is #efd65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd65d


Comments

No comments written yet.

Please login to write comment.