Color Hex Logo

#edc155 Color Hex

#EDC155
(237,193,85)
0 Favorites   0 Comments

Color spaces of #edc155

RGB 23719385
HSL0.120.810.63
HSV43°64°93°
CMYK 0.000.190.64   0.07
XYZ55.634756.800316.6256
Yxy56.80030.43110.4401
Hunter Lab75.3660-0.122839.6769
CIE-Lab80.06714.170558.7351

#edc155 color RGB value is (237,193,85).

#edc155 hex color red value is 237, green value is 193 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #edc155 hue: 0.12 , saturation: 0.81 and the lightness value of edc155 is 0.63.

The process color (four color CMYK) of #edc155 color hex is 0.00, 0.19, 0.64, 0.07. Web safe color of #edc155 is #ffcc66. Color #edc155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 01010101
Octal 355 301 125
Decimal 237 193 85
Hex ED C1 55

RGB Percentages of Color #edc155

%46.02
%37.48
%16.50

CMYK Percentages of Color #edc155

%0
%19
%64
%7

Triadic Colors of #edc155

#edc155 #55edc1 #c155ed

Analogous Colors of #edc155

#edc155 #cded55 #ed7555

Monochromatic Colors of #edc155

#edc155

Complementary Color

#edc155 #5581ed

#edc155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc155 Color CSS Codes

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

#edc155 Text Font Color

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

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


#edc155 Background Color

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

This div background color is #edc155


#edc155 Border Color

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

This div border color is #edc155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc155


Comments

No comments written yet.

Please login to write comment.