Color Hex Logo

#edce1f Color Hex

#EDCE1F
(237,206,31)
0 Favorites   0 Comments

Color spaces of #edce1f

RGB 23720631
HSL0.140.850.53
HSV51°87°93°
CMYK 0.000.130.87   0.07
XYZ57.243762.246110.2940
Yxy62.24610.44110.4796
Hunter Lab78.8962-8.556447.4915
CIE-Lab83.0441-4.667579.6546

#edce1f color RGB value is (237,206,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 00011111
Octal 355 316 37
Decimal 237 206 31
Hex ED CE 1F

RGB Percentages of Color #edce1f

%50.00
%43.46
%6.54

CMYK Percentages of Color #edce1f

%0
%13
%87
%7

Triadic Colors of #edce1f

#edce1f #1fedce #ce1fed

Analogous Colors of #edce1f

#edce1f #a5ed1f #ed671f

Monochromatic Colors of #edce1f

#edce1f

Complementary Color

#edce1f #1f3eed

#edce1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edce1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edce1f Color CSS Codes

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

#edce1f Text Font Color

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

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


#edce1f Background Color

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

This div background color is #edce1f


#edce1f Border Color

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

This div border color is #edce1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edce1f


Comments

No comments written yet.

Please login to write comment.