Color Hex Logo

#edcf6e Color Hex

#EDCF6E
(237,207,110)
0 Favorites   0 Comments

Color spaces of #edcf6e

RGB 237207110
HSL0.130.780.68
HSV46°54°93°
CMYK 0.000.130.54   0.07
XYZ60.052363.756023.8929
Yxy63.75600.40660.4317
Hunter Lab79.8474-5.485038.1517
CIE-Lab83.8386-1.296151.5024

#edcf6e color RGB value is (237,207,110).

#edcf6e hex color red value is 237, green value is 207 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #edcf6e hue: 0.13 , saturation: 0.78 and the lightness value of edcf6e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01101110
Octal 355 317 156
Decimal 237 207 110
Hex ED CF 6E

RGB Percentages of Color #edcf6e

%42.78
%37.36
%19.86

CMYK Percentages of Color #edcf6e

%0
%13
%54
%7

Triadic Colors of #edcf6e

#edcf6e #6eedcf #cf6eed

Analogous Colors of #edcf6e

#edcf6e #cced6e #ed906e

Monochromatic Colors of #edcf6e

#edcf6e

Complementary Color

#edcf6e #6e8ced

#edcf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf6e Color CSS Codes

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

#edcf6e Text Font Color

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

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


#edcf6e Background Color

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

This div background color is #edcf6e


#edcf6e Border Color

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

This div border color is #edcf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf6e


Comments

No comments written yet.

Please login to write comment.