Color Hex Logo

#edd794 Color Hex

#EDD794
(237,215,148)
0 Favorites   0 Comments

Color spaces of #edd794

RGB 237215148
HSL0.130.710.75
HSV45°38°93°
CMYK 0.000.090.38   0.07
XYZ64.570868.743537.8826
Yxy68.74350.37720.4015
Hunter Lab82.9117-6.081530.9484
CIE-Lab86.3769-1.735435.8456

#edd794 color RGB value is (237,215,148).

#edd794 hex color red value is 237, green value is 215 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #edd794 hue: 0.13 , saturation: 0.71 and the lightness value of edd794 is 0.75.

The process color (four color CMYK) of #edd794 color hex is 0.00, 0.09, 0.38, 0.07. Web safe color of #edd794 is #ffcc99. Color #edd794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 10010100
Octal 355 327 224
Decimal 237 215 148
Hex ED D7 94

RGB Percentages of Color #edd794

%39.50
%35.83
%24.67

CMYK Percentages of Color #edd794

%0
%9
%38
%7

Triadic Colors of #edd794

#edd794 #94edd7 #d794ed

Analogous Colors of #edd794

#edd794 #d7ed94 #edab94

Monochromatic Colors of #edd794

#edd794

Complementary Color

#edd794 #94aaed

#edd794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd794 Color CSS Codes

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

#edd794 Text Font Color

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

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


#edd794 Background Color

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

This div background color is #edd794


#edd794 Border Color

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

This div border color is #edd794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd794


Comments

No comments written yet.

Please login to write comment.