Color Hex Logo

#edcd79 Color Hex

#EDCD79
(237,205,121)
0 Favorites   0 Comments

Color spaces of #edcd79

RGB 237205121
HSL0.120.760.70
HSV43°49°93°
CMYK 0.000.140.49   0.07
XYZ60.207663.047627.0853
Yxy63.04760.40050.4194
Hunter Lab79.4025-3.605335.3571
CIE-Lab83.46740.673345.7128

#edcd79 color RGB value is (237,205,121).

#edcd79 hex color red value is 237, green value is 205 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #edcd79 hue: 0.12 , saturation: 0.76 and the lightness value of edcd79 is 0.70.

The process color (four color CMYK) of #edcd79 color hex is 0.00, 0.14, 0.49, 0.07. Web safe color of #edcd79 is #ffcc66. Color #edcd79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 01111001
Octal 355 315 171
Decimal 237 205 121
Hex ED CD 79

RGB Percentages of Color #edcd79

%42.10
%36.41
%21.49

CMYK Percentages of Color #edcd79

%0
%14
%49
%7

Triadic Colors of #edcd79

#edcd79 #79edcd #cd79ed

Analogous Colors of #edcd79

#edcd79 #d3ed79 #ed9379

Monochromatic Colors of #edcd79

#edcd79

Complementary Color

#edcd79 #7999ed

#edcd79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd79 Color CSS Codes

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

#edcd79 Text Font Color

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

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


#edcd79 Background Color

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

This div background color is #edcd79


#edcd79 Border Color

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

This div border color is #edcd79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd79


Comments

No comments written yet.

Please login to write comment.