Color Hex Logo

#edce1e Color Hex

#EDCE1E
(237,206,30)
0 Favorites   0 Comments

Color spaces of #edce1e

RGB 23720630
HSL0.140.850.52
HSV51°87°93°
CMYK 0.000.130.87   0.07
XYZ57.230762.240910.2256
Yxy62.24090.44130.4799
Hunter Lab78.8929-8.574647.5402
CIE-Lab83.0414-4.687579.8521

#edce1e color RGB value is (237,206,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 00011110
Octal 355 316 36
Decimal 237 206 30
Hex ED CE 1E

RGB Percentages of Color #edce1e

%50.11
%43.55
%6.34

CMYK Percentages of Color #edce1e

%0
%13
%87
%7

Triadic Colors of #edce1e

#edce1e #1eedce #ce1eed

Analogous Colors of #edce1e

#edce1e #a5ed1e #ed671e

Monochromatic Colors of #edce1e

#edce1e

Complementary Color

#edce1e #1e3ded

#edce1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edce1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edce1e Color CSS Codes

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

#edce1e Text Font Color

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

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


#edce1e Background Color

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

This div background color is #edce1e


#edce1e Border Color

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

This div border color is #edce1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edce1e


Comments

No comments written yet.

Please login to write comment.