Color Hex Logo

#edcc3d Color Hex

#EDCC3D
(237,204,61)
0 Favorites   0 Comments

Color spaces of #edcc3d

RGB 23720461
HSL0.140.830.58
HSV49°74°93°
CMYK 0.000.140.74   0.07
XYZ57.360261.527213.2676
Yxy61.52720.43400.4656
Hunter Lab78.4393-6.737244.8789
CIE-Lab82.6613-2.731370.9524

#edcc3d color RGB value is (237,204,61).

#edcc3d hex color red value is 237, green value is 204 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #edcc3d hue: 0.14 , saturation: 0.83 and the lightness value of edcc3d is 0.58.

The process color (four color CMYK) of #edcc3d color hex is 0.00, 0.14, 0.74, 0.07. Web safe color of #edcc3d is #ffcc33. Color #edcc3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 00111101
Octal 355 314 75
Decimal 237 204 61
Hex ED CC 3D

RGB Percentages of Color #edcc3d

%47.21
%40.64
%12.15

CMYK Percentages of Color #edcc3d

%0
%14
%74
%7

Triadic Colors of #edcc3d

#edcc3d #3dedcc #cc3ded

Analogous Colors of #edcc3d

#edcc3d #b6ed3d #ed743d

Monochromatic Colors of #edcc3d

#edcc3d

Complementary Color

#edcc3d #3d5eed

#edcc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc3d Color CSS Codes

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

#edcc3d Text Font Color

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

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


#edcc3d Background Color

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

This div background color is #edcc3d


#edcc3d Border Color

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

This div border color is #edcc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc3d


Comments

No comments written yet.

Please login to write comment.