Color Hex Logo

#edc310 Color Hex

#EDC310
(237,195,16)
0 Favorites   0 Comments

Color spaces of #edc310

RGB 23719516
HSL0.130.870.50
HSV49°93°93°
CMYK 0.000.180.93   0.07
XYZ54.533757.07218.6320
Yxy57.07210.45350.4747
Hunter Lab75.5461-3.353646.1077
CIE-Lab80.22010.733779.9795

#edc310 color RGB value is (237,195,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 00010000
Octal 355 303 20
Decimal 237 195 16
Hex ED C3 10

RGB Percentages of Color #edc310

%52.90
%43.53
%3.57

CMYK Percentages of Color #edc310

%0
%18
%93
%7

Triadic Colors of #edc310

#edc310 #10edc3 #c310ed

Analogous Colors of #edc310

#edc310 #a9ed10 #ed5510

Monochromatic Colors of #edc310

#edc310

Complementary Color

#edc310 #103aed

#edc310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc310 Color CSS Codes

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

#edc310 Text Font Color

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

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


#edc310 Background Color

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

This div background color is #edc310


#edc310 Border Color

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

This div border color is #edc310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc310


Comments

No comments written yet.

Please login to write comment.