Color Hex Logo

#eddc6b Color Hex

#EDDC6B
(237,220,107)
0 Favorites   0 Comments

Color spaces of #eddc6b

RGB 237220107
HSL0.140.780.67
HSV52°55°93°
CMYK 0.000.070.55   0.07
XYZ63.172170.252524.1405
Yxy70.25250.40090.4459
Hunter Lab83.8168-12.145241.5953
CIE-Lab87.1206-8.137856.7458

#eddc6b color RGB value is (237,220,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 01101011
Octal 355 334 153
Decimal 237 220 107
Hex ED DC 6B

RGB Percentages of Color #eddc6b

%42.02
%39.01
%18.97

CMYK Percentages of Color #eddc6b

%0
%7
%55
%7

Triadic Colors of #eddc6b

#eddc6b #6beddc #dc6bed

Analogous Colors of #eddc6b

#eddc6b #bded6b #ed9b6b

Monochromatic Colors of #eddc6b

#eddc6b

Complementary Color

#eddc6b #6b7ced

#eddc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc6b Color CSS Codes

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

#eddc6b Text Font Color

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

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


#eddc6b Background Color

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

This div background color is #eddc6b


#eddc6b Border Color

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

This div border color is #eddc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc6b


Comments

No comments written yet.

Please login to write comment.