Color Hex Logo

#edc306 Color Hex

#EDC306
(237,195,6)
0 Favorites   0 Comments

Color spaces of #edc306

RGB 2371956
HSL0.140.950.48
HSV49°97°93°
CMYK 0.000.180.97   0.07
XYZ54.473057.04798.3126
Yxy57.04790.45460.4761
Hunter Lab75.5301-3.441746.3458
CIE-Lab80.20650.638181.0291

#edc306 color RGB value is (237,195,6).

#edc306 hex color red value is 237, green value is 195 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #edc306 hue: 0.14 , saturation: 0.95 and the lightness value of edc306 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 00000110
Octal 355 303 6
Decimal 237 195 6
Hex ED C3 6

RGB Percentages of Color #edc306

%54.11
%44.52
%1.37

CMYK Percentages of Color #edc306

%0
%18
%97
%7

Triadic Colors of #edc306

#edc306 #06edc3 #c306ed

Analogous Colors of #edc306

#edc306 #a4ed06 #ed5006

Monochromatic Colors of #edc306

#edc306

Complementary Color

#edc306 #0630ed

#edc306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc306 Color CSS Codes

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

#edc306 Text Font Color

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

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


#edc306 Background Color

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

This div background color is #edc306


#edc306 Border Color

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

This div border color is #edc306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc306


Comments

No comments written yet.

Please login to write comment.