Color Hex Logo

#ede466 Color Hex

#EDE466
(237,228,102)
0 Favorites   0 Comments

Color spaces of #ede466

RGB 237228102
HSL0.160.790.66
HSV56°57°93°
CMYK 0.000.040.57   0.07
XYZ65.066774.450623.5114
Yxy74.45060.39910.4567
Hunter Lab86.2848-16.392844.2436
CIE-Lab89.1350-12.501661.2797

#ede466 color RGB value is (237,228,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01100110
Octal 355 344 146
Decimal 237 228 102
Hex ED E4 66

RGB Percentages of Color #ede466

%41.80
%40.21
%17.99

CMYK Percentages of Color #ede466

%0
%4
%57
%7

Triadic Colors of #ede466

#ede466 #66ede4 #e466ed

Analogous Colors of #ede466

#ede466 #b3ed66 #eda166

Monochromatic Colors of #ede466

#ede466

Complementary Color

#ede466 #666fed

#ede466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede466 Color CSS Codes

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

#ede466 Text Font Color

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

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


#ede466 Background Color

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

This div background color is #ede466


#ede466 Border Color

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

This div border color is #ede466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede466


Comments

No comments written yet.

Please login to write comment.