Color Hex Logo

#ede144 Color Hex

#EDE144
(237,225,68)
0 Favorites   0 Comments

Color spaces of #ede144

RGB 23722568
HSL0.150.820.60
HSV56°71°93°
CMYK 0.000.050.71   0.07
XYZ62.893772.272316.1039
Yxy72.27230.41580.4778
Hunter Lab85.0131-16.716648.2780
CIE-Lab88.0995-12.999373.7140

#ede144 color RGB value is (237,225,68).

#ede144 hex color red value is 237, green value is 225 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ede144 hue: 0.15 , saturation: 0.82 and the lightness value of ede144 is 0.60.

The process color (four color CMYK) of #ede144 color hex is 0.00, 0.05, 0.71, 0.07. Web safe color of #ede144 is #ffcc33. Color #ede144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01000100
Octal 355 341 104
Decimal 237 225 68
Hex ED E1 44

RGB Percentages of Color #ede144

%44.72
%42.45
%12.83

CMYK Percentages of Color #ede144

%0
%5
%71
%7

Triadic Colors of #ede144

#ede144 #44ede1 #e144ed

Analogous Colors of #ede144

#ede144 #a5ed44 #ed8d44

Monochromatic Colors of #ede144

#ede144

Complementary Color

#ede144 #4450ed

#ede144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede144 Color CSS Codes

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

#ede144 Text Font Color

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

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


#ede144 Background Color

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

This div background color is #ede144


#ede144 Border Color

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

This div border color is #ede144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede144


Comments

No comments written yet.

Please login to write comment.