Color Hex Logo

#edcd48 Color Hex

#EDCD48
(237,205,72)
0 Favorites   0 Comments

Color spaces of #edcd48

RGB 23720572
HSL0.130.820.61
HSV48°70°93°
CMYK 0.000.140.70   0.07
XYZ57.926162.135015.0711
Yxy62.13500.42870.4598
Hunter Lab78.8258-6.772143.8421
CIE-Lab82.9852-2.742167.2074

#edcd48 color RGB value is (237,205,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 01001000
Octal 355 315 110
Decimal 237 205 72
Hex ED CD 48

RGB Percentages of Color #edcd48

%46.11
%39.88
%14.01

CMYK Percentages of Color #edcd48

%0
%14
%70
%7

Triadic Colors of #edcd48

#edcd48 #48edcd #cd48ed

Analogous Colors of #edcd48

#edcd48 #bbed48 #ed7b48

Monochromatic Colors of #edcd48

#edcd48

Complementary Color

#edcd48 #4868ed

#edcd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd48 Color CSS Codes

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

#edcd48 Text Font Color

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

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


#edcd48 Background Color

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

This div background color is #edcd48


#edcd48 Border Color

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

This div border color is #edcd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd48


Comments

No comments written yet.

Please login to write comment.