Color Hex Logo

#edc327 Color Hex

#EDC327
(237,195,39)
0 Favorites   0 Comments

Color spaces of #edc327

RGB 23719539
HSL0.130.850.54
HSV47°84°93°
CMYK 0.000.180.84   0.07
XYZ54.806457.181210.0679
Yxy57.18120.44900.4685
Hunter Lab75.6183-2.959245.0388
CIE-Lab80.28141.160975.5633

#edc327 color RGB value is (237,195,39).

#edc327 hex color red value is 237, green value is 195 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #edc327 hue: 0.13 , saturation: 0.85 and the lightness value of edc327 is 0.54.

The process color (four color CMYK) of #edc327 color hex is 0.00, 0.18, 0.84, 0.07. Web safe color of #edc327 is #ffcc33. Color #edc327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 00100111
Octal 355 303 47
Decimal 237 195 39
Hex ED C3 27

RGB Percentages of Color #edc327

%50.32
%41.40
%8.28

CMYK Percentages of Color #edc327

%0
%18
%84
%7

Triadic Colors of #edc327

#edc327 #27edc3 #c327ed

Analogous Colors of #edc327

#edc327 #b4ed27 #ed6027

Monochromatic Colors of #edc327

#edc327

Complementary Color

#edc327 #2751ed

#edc327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc327 Color CSS Codes

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

#edc327 Text Font Color

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

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


#edc327 Background Color

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

This div background color is #edc327


#edc327 Border Color

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

This div border color is #edc327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc327


Comments

No comments written yet.

Please login to write comment.