Color Hex Logo

#ede27e Color Hex

#EDE27E
(237,226,126)
0 Favorites   0 Comments

Color spaces of #ede27e

RGB 237226126
HSL0.150.760.71
HSV54°47°93°
CMYK 0.000.050.47   0.07
XYZ65.887373.903630.5309
Yxy73.90360.38680.4339
Hunter Lab85.9672-13.636039.1204
CIE-Lab88.8769-9.544249.9172

#ede27e color RGB value is (237,226,126).

#ede27e hex color red value is 237, green value is 226 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ede27e hue: 0.15 , saturation: 0.76 and the lightness value of ede27e is 0.71.

The process color (four color CMYK) of #ede27e color hex is 0.00, 0.05, 0.47, 0.07. Web safe color of #ede27e is #ffcc66. Color #ede27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01111110
Octal 355 342 176
Decimal 237 226 126
Hex ED E2 7E

RGB Percentages of Color #ede27e

%40.24
%38.37
%21.39

CMYK Percentages of Color #ede27e

%0
%5
%47
%7

Triadic Colors of #ede27e

#ede27e #7eede2 #e27eed

Analogous Colors of #ede27e

#ede27e #c1ed7e #edab7e

Monochromatic Colors of #ede27e

#ede27e

Complementary Color

#ede27e #7e89ed

#ede27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede27e Color CSS Codes

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

#ede27e Text Font Color

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

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


#ede27e Background Color

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

This div background color is #ede27e


#ede27e Border Color

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

This div border color is #ede27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede27e


Comments

No comments written yet.

Please login to write comment.