Color Hex Logo

#edcf1e Color Hex

#EDCF1E
(237,207,30)
0 Favorites   0 Comments

Color spaces of #edcf1e

RGB 23720730
HSL0.140.850.52
HSV51°87°93°
CMYK 0.000.130.87   0.07
XYZ57.472262.723910.3061
Yxy62.72390.44040.4806
Hunter Lab79.1984-9.064547.7235
CIE-Lab83.2969-5.195980.0547

#edcf1e color RGB value is (237,207,30).

#edcf1e hex color red value is 237, green value is 207 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #edcf1e hue: 0.14 , saturation: 0.85 and the lightness value of edcf1e is 0.52.

The process color (four color CMYK) of #edcf1e color hex is 0.00, 0.13, 0.87, 0.07. Web safe color of #edcf1e is #ffcc33. Color #edcf1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 00011110
Octal 355 317 36
Decimal 237 207 30
Hex ED CF 1E

RGB Percentages of Color #edcf1e

%50.00
%43.67
%6.33

CMYK Percentages of Color #edcf1e

%0
%13
%87
%7

Triadic Colors of #edcf1e

#edcf1e #1eedcf #cf1eed

Analogous Colors of #edcf1e

#edcf1e #a4ed1e #ed681e

Monochromatic Colors of #edcf1e

#edcf1e

Complementary Color

#edcf1e #1e3ced

#edcf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf1e Color CSS Codes

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

#edcf1e Text Font Color

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

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


#edcf1e Background Color

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

This div background color is #edcf1e


#edcf1e Border Color

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

This div border color is #edcf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf1e


Comments

No comments written yet.

Please login to write comment.