Color Hex Logo

#edc255 Color Hex

#EDC255
(237,194,85)
0 Favorites   0 Comments

Color spaces of #edc255

RGB 23719485
HSL0.120.810.63
HSV43°64°93°
CMYK 0.000.180.64   0.07
XYZ55.856557.244016.6996
Yxy57.24400.43030.4410
Hunter Lab75.6598-0.625439.8754
CIE-Lab80.31663.650259.0069

#edc255 color RGB value is (237,194,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01010101
Octal 355 302 125
Decimal 237 194 85
Hex ED C2 55

RGB Percentages of Color #edc255

%45.93
%37.60
%16.47

CMYK Percentages of Color #edc255

%0
%18
%64
%7

Triadic Colors of #edc255

#edc255 #55edc2 #c255ed

Analogous Colors of #edc255

#edc255 #cced55 #ed7655

Monochromatic Colors of #edc255

#edc255

Complementary Color

#edc255 #5580ed

#edc255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc255 Color CSS Codes

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

#edc255 Text Font Color

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

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


#edc255 Background Color

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

This div background color is #edc255


#edc255 Border Color

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

This div border color is #edc255


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,194,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 #edc255">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc255


Comments

No comments written yet.

Please login to write comment.