Color Hex Logo

#edc923 Color Hex

#EDC923
(237,201,35)
0 Favorites   0 Comments

Color spaces of #edc923

RGB 23720135
HSL0.140.850.53
HSV49°85°93°
CMYK 0.000.150.85   0.07
XYZ56.115159.899210.1942
Yxy59.89920.44460.4746
Hunter Lab77.3946-6.018746.3667
CIE-Lab81.7834-2.026677.7763

#edc923 color RGB value is (237,201,35).

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

The process color (four color CMYK) of #edc923 color hex is 0.00, 0.15, 0.85, 0.07. Web safe color of #edc923 is #ffcc33. Color #edc923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00100011
Octal 355 311 43
Decimal 237 201 35
Hex ED C9 23

RGB Percentages of Color #edc923

%50.11
%42.49
%7.40

CMYK Percentages of Color #edc923

%0
%15
%85
%7

Triadic Colors of #edc923

#edc923 #23edc9 #c923ed

Analogous Colors of #edc923

#edc923 #aced23 #ed6423

Monochromatic Colors of #edc923

#edc923

Complementary Color

#edc923 #2347ed

#edc923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc923 Color CSS Codes

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

#edc923 Text Font Color

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

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


#edc923 Background Color

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

This div background color is #edc923


#edc923 Border Color

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

This div border color is #edc923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc923


Comments

No comments written yet.

Please login to write comment.