Color Hex Logo

#ede381 Color Hex

#EDE381
(237,227,129)
0 Favorites   0 Comments

Color spaces of #ede381

RGB 237227129
HSL0.150.750.72
HSV54°46°93°
CMYK 0.000.040.46   0.07
XYZ66.356674.527731.6568
Yxy74.52770.38460.4319
Hunter Lab86.3294-13.873538.6891
CIE-Lab89.1713-9.765048.8350

#ede381 color RGB value is (237,227,129).

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

The process color (four color CMYK) of #ede381 color hex is 0.00, 0.04, 0.46, 0.07. Web safe color of #ede381 is #ffcc99. Color #ede381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10000001
Octal 355 343 201
Decimal 237 227 129
Hex ED E3 81

RGB Percentages of Color #ede381

%39.97
%38.28
%21.75

CMYK Percentages of Color #ede381

%0
%4
%46
%7

Triadic Colors of #ede381

#ede381 #81ede3 #e381ed

Analogous Colors of #ede381

#ede381 #c1ed81 #edad81

Monochromatic Colors of #ede381

#ede381

Complementary Color

#ede381 #818bed

#ede381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede381 Color CSS Codes

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

#ede381 Text Font Color

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

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


#ede381 Background Color

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

This div background color is #ede381


#ede381 Border Color

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

This div border color is #ede381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede381


Comments

No comments written yet.

Please login to write comment.