Color Hex Logo

#edd65f Color Hex

#EDD65F
(237,214,95)
0 Favorites   0 Comments

Color spaces of #edd65f

RGB 23721495
HSL0.140.800.65
HSV50°60°93°
CMYK 0.000.100.60   0.07
XYZ61.037266.923920.5271
Yxy66.92390.41110.4507
Hunter Lab81.8070-9.981342.3878
CIE-Lab85.4655-5.975960.2610

#edd65f color RGB value is (237,214,95).

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

The process color (four color CMYK) of #edd65f color hex is 0.00, 0.10, 0.60, 0.07. Web safe color of #edd65f is #ffcc66. Color #edd65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01011111
Octal 355 326 137
Decimal 237 214 95
Hex ED D6 5F

RGB Percentages of Color #edd65f

%43.41
%39.19
%17.40

CMYK Percentages of Color #edd65f

%0
%10
%60
%7

Triadic Colors of #edd65f

#edd65f #5fedd6 #d65fed

Analogous Colors of #edd65f

#edd65f #bded5f #ed8f5f

Monochromatic Colors of #edd65f

#edd65f

Complementary Color

#edd65f #5f76ed

#edd65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd65f Color CSS Codes

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

#edd65f Text Font Color

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

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


#edd65f Background Color

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

This div background color is #edd65f


#edd65f Border Color

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

This div border color is #edd65f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,214,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd65f


Comments

No comments written yet.

Please login to write comment.