Color Hex Logo

#edcd44 Color Hex

#EDCD44
(237,205,68)
0 Favorites   0 Comments

Color spaces of #edcd44

RGB 23720568
HSL0.140.820.60
HSV49°71°93°
CMYK 0.000.140.71   0.07
XYZ57.799862.084514.4060
Yxy62.08450.43040.4623
Hunter Lab78.7937-6.948844.3155
CIE-Lab82.9583-2.934868.7060

#edcd44 color RGB value is (237,205,68).

#edcd44 hex color red value is 237, green value is 205 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #edcd44 hue: 0.14 , saturation: 0.82 and the lightness value of edcd44 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 01000100
Octal 355 315 104
Decimal 237 205 68
Hex ED CD 44

RGB Percentages of Color #edcd44

%46.47
%40.20
%13.33

CMYK Percentages of Color #edcd44

%0
%14
%71
%7

Triadic Colors of #edcd44

#edcd44 #44edcd #cd44ed

Analogous Colors of #edcd44

#edcd44 #b9ed44 #ed7944

Monochromatic Colors of #edcd44

#edcd44

Complementary Color

#edcd44 #4464ed

#edcd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd44 Color CSS Codes

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

#edcd44 Text Font Color

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

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


#edcd44 Background Color

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

This div background color is #edcd44


#edcd44 Border Color

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

This div border color is #edcd44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd44


Comments

No comments written yet.

Please login to write comment.