Color Hex Logo

#edd768 Color Hex

#EDD768
(237,215,104)
0 Favorites   0 Comments

Color spaces of #edd768

RGB 237215104
HSL0.140.790.67
HSV50°56°93°
CMYK 0.000.090.56   0.07
XYZ61.724267.604922.8925
Yxy67.60490.40550.4441
Hunter Lab82.2222-9.888941.0479
CIE-Lab85.8085-5.841956.6066

#edd768 color RGB value is (237,215,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01101000
Octal 355 327 150
Decimal 237 215 104
Hex ED D7 68

RGB Percentages of Color #edd768

%42.63
%38.67
%18.71

CMYK Percentages of Color #edd768

%0
%9
%56
%7

Triadic Colors of #edd768

#edd768 #68edd7 #d768ed

Analogous Colors of #edd768

#edd768 #c1ed68 #ed9568

Monochromatic Colors of #edd768

#edd768

Complementary Color

#edd768 #687eed

#edd768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd768 Color CSS Codes

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

#edd768 Text Font Color

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

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


#edd768 Background Color

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

This div background color is #edd768


#edd768 Border Color

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

This div border color is #edd768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd768


Comments

No comments written yet.

Please login to write comment.