Color Hex Logo

#edce16 Color Hex

#EDCE16
(237,206,22)
0 Favorites   0 Comments

Color spaces of #edce16

RGB 23720622
HSL0.140.860.51
HSV51°91°93°
CMYK 0.000.130.91   0.07
XYZ57.141262.20519.7542
Yxy62.20510.44260.4818
Hunter Lab78.8702-8.700247.8765
CIE-Lab83.0224-4.825981.2384

#edce16 color RGB value is (237,206,22).

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

The process color (four color CMYK) of #edce16 color hex is 0.00, 0.13, 0.91, 0.07. Web safe color of #edce16 is #ffcc00. Color #edce16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 00010110
Octal 355 316 26
Decimal 237 206 22
Hex ED CE 16

RGB Percentages of Color #edce16

%50.97
%44.30
%4.73

CMYK Percentages of Color #edce16

%0
%13
%91
%7

Triadic Colors of #edce16

#edce16 #16edce #ce16ed

Analogous Colors of #edce16

#edce16 #a1ed16 #ed6216

Monochromatic Colors of #edce16

#edce16

Complementary Color

#edce16 #1635ed

#edce16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edce16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edce16 Color CSS Codes

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

#edce16 Text Font Color

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

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


#edce16 Background Color

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

This div background color is #edce16


#edce16 Border Color

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

This div border color is #edce16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edce16


Comments

No comments written yet.

Please login to write comment.