Color Hex Logo

#ede14d Color Hex

#EDE14D
(237,225,77)
0 Favorites   0 Comments

Color spaces of #ede14d

RGB 23722577
HSL0.150.820.62
HSV56°68°93°
CMYK 0.000.050.68   0.07
XYZ63.189872.390817.6635
Yxy72.39080.41230.4724
Hunter Lab85.0828-16.325447.2491
CIE-Lab88.1564-12.561870.5023

#ede14d color RGB value is (237,225,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01001101
Octal 355 341 115
Decimal 237 225 77
Hex ED E1 4D

RGB Percentages of Color #ede14d

%43.97
%41.74
%14.29

CMYK Percentages of Color #ede14d

%0
%5
%68
%7

Triadic Colors of #ede14d

#ede14d #4dede1 #e14ded

Analogous Colors of #ede14d

#ede14d #a9ed4d #ed914d

Monochromatic Colors of #ede14d

#ede14d

Complementary Color

#ede14d #4d59ed

#ede14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede14d Color CSS Codes

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

#ede14d Text Font Color

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

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


#ede14d Background Color

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

This div background color is #ede14d


#ede14d Border Color

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

This div border color is #ede14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede14d


Comments

No comments written yet.

Please login to write comment.