Color Hex Logo

#edec71 Color Hex

#EDEC71
(237,236,113)
0 Favorites   0 Comments

Color spaces of #edec71

RGB 237236113
HSL0.170.780.69
HSV60°52°93°
CMYK 0.000.000.52   0.07
XYZ67.901179.187727.3288
Yxy79.18770.38930.4540
Hunter Lab88.9875-19.525244.0828
CIE-Lab91.3192-15.608058.8744

#edec71 color RGB value is (237,236,113).

#edec71 hex color red value is 237, green value is 236 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #edec71 hue: 0.17 , saturation: 0.78 and the lightness value of edec71 is 0.69.

The process color (four color CMYK) of #edec71 color hex is 0.00, 0.00, 0.52, 0.07. Web safe color of #edec71 is #ffff66. Color #edec71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 01110001
Octal 355 354 161
Decimal 237 236 113
Hex ED EC 71

RGB Percentages of Color #edec71

%40.44
%40.27
%19.28

CMYK Percentages of Color #edec71

%0
%0
%52
%7

Triadic Colors of #edec71

#edec71 #71edec #ec71ed

Analogous Colors of #edec71

#edec71 #b0ed71 #edae71

Monochromatic Colors of #edec71

#edec71

Complementary Color

#edec71 #7172ed

#edec71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec71 Color CSS Codes

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

#edec71 Text Font Color

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

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


#edec71 Background Color

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

This div background color is #edec71


#edec71 Border Color

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

This div border color is #edec71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec71


Comments

No comments written yet.

Please login to write comment.