Color Hex Logo

#eda768 Color Hex

#EDA768
(237,167,104)
0 Favorites   0 Comments

Color spaces of #eda768

RGB 237167104
HSL0.080.790.67
HSV28°56°93°
CMYK 0.000.300.56   0.07
XYZ51.242546.641419.3986
Yxy46.64140.43690.3977
Hunter Lab68.294514.416130.9652
CIE-Lab73.959819.185642.5649

#eda768 color RGB value is (237,167,104).

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

The process color (four color CMYK) of #eda768 color hex is 0.00, 0.30, 0.56, 0.07. Web safe color of #eda768 is #ff9966. Color #eda768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 01101000
Octal 355 247 150
Decimal 237 167 104
Hex ED A7 68

RGB Percentages of Color #eda768

%46.65
%32.87
%20.47

CMYK Percentages of Color #eda768

%0
%30
%56
%7

Triadic Colors of #eda768

#eda768 #68eda7 #a768ed

Analogous Colors of #eda768

#eda768 #edea68 #ed686c

Monochromatic Colors of #eda768

#eda768

Complementary Color

#eda768 #68aeed

#eda768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda768 Color CSS Codes

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

#eda768 Text Font Color

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

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


#eda768 Background Color

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

This div background color is #eda768


#eda768 Border Color

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

This div border color is #eda768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda768


Comments

No comments written yet.

Please login to write comment.