Color Hex Logo

#edc811 Color Hex

#EDC811
(237,200,17)
0 Favorites   0 Comments

Color spaces of #edc811

RGB 23720017
HSL0.140.870.50
HSV50°93°93°
CMYK 0.000.160.93   0.07
XYZ55.680559.35359.0520
Yxy59.35350.44870.4783
Hunter Lab77.0412-5.813746.9625
CIE-Lab81.4855-1.828480.7898

#edc811 color RGB value is (237,200,17).

#edc811 hex color red value is 237, green value is 200 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #edc811 hue: 0.14 , saturation: 0.87 and the lightness value of edc811 is 0.50.

The process color (four color CMYK) of #edc811 color hex is 0.00, 0.16, 0.93, 0.07. Web safe color of #edc811 is #ffcc00. Color #edc811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 00010001
Octal 355 310 21
Decimal 237 200 17
Hex ED C8 11

RGB Percentages of Color #edc811

%52.20
%44.05
%3.74

CMYK Percentages of Color #edc811

%0
%16
%93
%7

Triadic Colors of #edc811

#edc811 #11edc8 #c811ed

Analogous Colors of #edc811

#edc811 #a4ed11 #ed5a11

Monochromatic Colors of #edc811

#edc811

Complementary Color

#edc811 #1136ed

#edc811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc811 Color CSS Codes

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

#edc811 Text Font Color

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

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


#edc811 Background Color

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

This div background color is #edc811


#edc811 Border Color

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

This div border color is #edc811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc811


Comments

No comments written yet.

Please login to write comment.