Color Hex Logo

#ede371 Color Hex

#EDE371
(237,227,113)
0 Favorites   0 Comments

Color spaces of #ede371

RGB 237227113
HSL0.150.780.69
HSV55°52°93°
CMYK 0.000.040.52   0.07
XYZ65.374874.134926.4866
Yxy74.13490.39380.4466
Hunter Lab86.1016-15.147342.0323
CIE-Lab88.9862-11.165756.1616

#ede371 color RGB value is (237,227,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01110001
Octal 355 343 161
Decimal 237 227 113
Hex ED E3 71

RGB Percentages of Color #ede371

%41.07
%39.34
%19.58

CMYK Percentages of Color #ede371

%0
%4
%52
%7

Triadic Colors of #ede371

#ede371 #71ede3 #e371ed

Analogous Colors of #ede371

#ede371 #b9ed71 #eda571

Monochromatic Colors of #ede371

#ede371

Complementary Color

#ede371 #717bed

#ede371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede371 Color CSS Codes

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

#ede371 Text Font Color

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

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


#ede371 Background Color

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

This div background color is #ede371


#ede371 Border Color

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

This div border color is #ede371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede371


Comments

No comments written yet.

Please login to write comment.