Color Hex Logo

#ede610 Color Hex

#EDE610
(237,230,16)
0 Favorites   0 Comments

Color spaces of #ede610

RGB 23723016
HSL0.160.870.50
HSV58°93°93°
CMYK 0.000.030.93   0.07
XYZ63.315474.635611.5592
Yxy74.63560.42350.4992
Hunter Lab86.3919-20.365752.5414
CIE-Lab89.2220-16.866286.7167

#ede610 color RGB value is (237,230,16).

#ede610 hex color red value is 237, green value is 230 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ede610 hue: 0.16 , saturation: 0.87 and the lightness value of ede610 is 0.50.

The process color (four color CMYK) of #ede610 color hex is 0.00, 0.03, 0.93, 0.07. Web safe color of #ede610 is #ffff00. Color #ede610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 00010000
Octal 355 346 20
Decimal 237 230 16
Hex ED E6 10

RGB Percentages of Color #ede610

%49.07
%47.62
%3.31

CMYK Percentages of Color #ede610

%0
%3
%93
%7

Triadic Colors of #ede610

#ede610 #10ede6 #e610ed

Analogous Colors of #ede610

#ede610 #86ed10 #ed7810

Monochromatic Colors of #ede610

#ede610

Complementary Color

#ede610 #1017ed

#ede610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede610 Color CSS Codes

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

#ede610 Text Font Color

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

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


#ede610 Background Color

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

This div background color is #ede610


#ede610 Border Color

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

This div border color is #ede610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede610


Comments

No comments written yet.

Please login to write comment.