Color Hex Logo

#ede45c Color Hex

#EDE45C
(237,228,92)
0 Favorites   0 Comments

Color spaces of #ede45c

RGB 23722892
HSL0.160.800.65
HSV56°61°93°
CMYK 0.000.040.61   0.07
XYZ64.600274.264021.0548
Yxy74.26400.40400.4644
Hunter Lab86.1766-17.000745.8378
CIE-Lab89.0471-13.178365.4618

#ede45c color RGB value is (237,228,92).

#ede45c hex color red value is 237, green value is 228 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ede45c hue: 0.16 , saturation: 0.80 and the lightness value of ede45c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01011100
Octal 355 344 134
Decimal 237 228 92
Hex ED E4 5C

RGB Percentages of Color #ede45c

%42.55
%40.93
%16.52

CMYK Percentages of Color #ede45c

%0
%4
%61
%7

Triadic Colors of #ede45c

#ede45c #5cede4 #e45ced

Analogous Colors of #ede45c

#ede45c #aeed5c #ed9c5c

Monochromatic Colors of #ede45c

#ede45c

Complementary Color

#ede45c #5c65ed

#ede45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede45c Color CSS Codes

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

#ede45c Text Font Color

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

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


#ede45c Background Color

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

This div background color is #ede45c


#ede45c Border Color

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

This div border color is #ede45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede45c


Comments

No comments written yet.

Please login to write comment.