Color Hex Logo

#edd65d Color Hex

#EDD65D
(237,214,93)
0 Favorites   0 Comments

Color spaces of #edd65d

RGB 23721493
HSL0.140.800.65
HSV50°61°93°
CMYK 0.000.100.61   0.07
XYZ60.947466.888020.0543
Yxy66.88800.41210.4523
Hunter Lab81.7851-10.103242.7112
CIE-Lab85.4474-6.109361.1170

#edd65d color RGB value is (237,214,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01011101
Octal 355 326 135
Decimal 237 214 93
Hex ED D6 5D

RGB Percentages of Color #edd65d

%43.57
%39.34
%17.10

CMYK Percentages of Color #edd65d

%0
%10
%61
%7

Triadic Colors of #edd65d

#edd65d #5dedd6 #d65ded

Analogous Colors of #edd65d

#edd65d #bced5d #ed8e5d

Monochromatic Colors of #edd65d

#edd65d

Complementary Color

#edd65d #5d74ed

#edd65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd65d Color CSS Codes

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

#edd65d Text Font Color

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

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


#edd65d Background Color

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

This div background color is #edd65d


#edd65d Border Color

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

This div border color is #edd65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd65d


Comments

No comments written yet.

Please login to write comment.