Color Hex Logo

#edc46b Color Hex

#EDC46B
(237,196,107)
0 Favorites   0 Comments

Color spaces of #edc46b

RGB 237196107
HSL0.110.780.67
HSV41°55°93°
CMYK 0.000.170.55   0.07
XYZ57.318858.545922.1894
Yxy58.54590.41520.4241
Hunter Lab76.5153-0.184636.3666
CIE-Lab81.04134.149849.6175

#edc46b color RGB value is (237,196,107).

#edc46b hex color red value is 237, green value is 196 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #edc46b hue: 0.11 , saturation: 0.78 and the lightness value of edc46b is 0.67.

The process color (four color CMYK) of #edc46b color hex is 0.00, 0.17, 0.55, 0.07. Web safe color of #edc46b is #ffcc66. Color #edc46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 01101011
Octal 355 304 153
Decimal 237 196 107
Hex ED C4 6B

RGB Percentages of Color #edc46b

%43.89
%36.30
%19.81

CMYK Percentages of Color #edc46b

%0
%17
%55
%7

Triadic Colors of #edc46b

#edc46b #6bedc4 #c46bed

Analogous Colors of #edc46b

#edc46b #d5ed6b #ed836b

Monochromatic Colors of #edc46b

#edc46b

Complementary Color

#edc46b #6b94ed

#edc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc46b Color CSS Codes

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

#edc46b Text Font Color

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

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


#edc46b Background Color

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

This div background color is #edc46b


#edc46b Border Color

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

This div border color is #edc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc46b


Comments

No comments written yet.

Please login to write comment.