Color Hex Logo

#edcf55 Color Hex

#EDCF55
(237,207,85)
0 Favorites   0 Comments

Color spaces of #edcf55

RGB 23720785
HSL0.130.810.63
HSV48°64°93°
CMYK 0.000.130.64   0.07
XYZ58.877663.286017.7066
Yxy63.28600.42090.4525
Hunter Lab79.5525-7.107242.4901
CIE-Lab83.5926-3.052062.5452

#edcf55 color RGB value is (237,207,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01010101
Octal 355 317 125
Decimal 237 207 85
Hex ED CF 55

RGB Percentages of Color #edcf55

%44.80
%39.13
%16.07

CMYK Percentages of Color #edcf55

%0
%13
%64
%7

Triadic Colors of #edcf55

#edcf55 #55edcf #cf55ed

Analogous Colors of #edcf55

#edcf55 #bfed55 #ed8355

Monochromatic Colors of #edcf55

#edcf55

Complementary Color

#edcf55 #5573ed

#edcf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf55 Color CSS Codes

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

#edcf55 Text Font Color

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

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


#edcf55 Background Color

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

This div background color is #edcf55


#edcf55 Border Color

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

This div border color is #edcf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf55


Comments

No comments written yet.

Please login to write comment.