Color Hex Logo

#eddb75 Color Hex

#EDDB75
(237,219,117)
0 Favorites   0 Comments

Color spaces of #eddb75

RGB 237219117
HSL0.140.770.69
HSV51°51°93°
CMYK 0.000.080.51   0.07
XYZ63.467569.951926.9866
Yxy69.95190.39570.4361
Hunter Lab83.6373-10.911839.4154
CIE-Lab86.9733-6.823951.9103

#eddb75 color RGB value is (237,219,117).

#eddb75 hex color red value is 237, green value is 219 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eddb75 hue: 0.14 , saturation: 0.77 and the lightness value of eddb75 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 01110101
Octal 355 333 165
Decimal 237 219 117
Hex ED DB 75

RGB Percentages of Color #eddb75

%41.36
%38.22
%20.42

CMYK Percentages of Color #eddb75

%0
%8
%51
%7

Triadic Colors of #eddb75

#eddb75 #75eddb #db75ed

Analogous Colors of #eddb75

#eddb75 #c3ed75 #ed9f75

Monochromatic Colors of #eddb75

#eddb75

Complementary Color

#eddb75 #7587ed

#eddb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb75 Color CSS Codes

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

#eddb75 Text Font Color

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

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


#eddb75 Background Color

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

This div background color is #eddb75


#eddb75 Border Color

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

This div border color is #eddb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb75


Comments

No comments written yet.

Please login to write comment.