Color Hex Logo

#edda69 Color Hex

#EDDA69
(237,218,105)
0 Favorites   0 Comments

Color spaces of #edda69

RGB 237218105
HSL0.140.790.67
HSV51°56°93°
CMYK 0.000.080.56   0.07
XYZ62.546369.167323.4187
Yxy69.16730.40320.4459
Hunter Lab83.1669-11.299741.5215
CIE-Lab86.5868-7.282957.0442

#edda69 color RGB value is (237,218,105).

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

The process color (four color CMYK) of #edda69 color hex is 0.00, 0.08, 0.56, 0.07. Web safe color of #edda69 is #ffcc66. Color #edda69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 01101001
Octal 355 332 151
Decimal 237 218 105
Hex ED DA 69

RGB Percentages of Color #edda69

%42.32
%38.93
%18.75

CMYK Percentages of Color #edda69

%0
%8
%56
%7

Triadic Colors of #edda69

#edda69 #69edda #da69ed

Analogous Colors of #edda69

#edda69 #beed69 #ed9869

Monochromatic Colors of #edda69

#edda69

Complementary Color

#edda69 #697ced

#edda69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edda69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edda69 Color CSS Codes

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

#edda69 Text Font Color

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

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


#edda69 Background Color

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

This div background color is #edda69


#edda69 Border Color

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

This div border color is #edda69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edda69


Comments

No comments written yet.

Please login to write comment.