color codes Logo

#edcd1f color codes

#EDCD1F
(237,205,31)
0 Favorites   0 Comments

Color spaces of #edcd1f

RGB 23720531
HSL0.140.850.53
HSV51°87°93°
CMYK 0.000.140.87   0.07
XYZ57.003761.766110.2140
Yxy61.76610.44190.4789
Hunter Lab78.5914-8.065947.3085
CIE-Lab82.7889-4.158279.4512

#edcd1f color RGB value is (237,205,31).

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

The process color (four color CMYK) of #edcd1f color code is 0.00, 0.14, 0.87, 0.07. Web safe color of #edcd1f is #ffcc33. Color #edcd1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 00011111
Octal 355 315 37
Decimal 237 205 31
Hex ED CD 1F

RGB Percentages of Color #edcd1f

%50.11
%43.34
%6.55

CMYK Percentages of Color #edcd1f

%0
%14
%87
%7

Triadic Colors of #edcd1f

#edcd1f #1fedcd #cd1fed

Analogous Colors of #edcd1f

#edcd1f #a6ed1f #ed661f

Monochromatic Colors of #edcd1f

#edcd1f

Complementary Color

#edcd1f #1f3fed

#edcd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd1f Color CSS Codes

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

#edcd1f Text Font Color

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

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


#edcd1f Background Color

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

This div background color is #edcd1f


#edcd1f Border Color

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

This div border color is #edcd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd1f


Comments

No comments written yet.

Please login to write comment.