Color Hex Logo

#ede710 Color Hex

#EDE710
(237,231,16)
0 Favorites   0 Comments

Color spaces of #ede710

RGB 23723116
HSL0.160.870.50
HSV58°93°93°
CMYK 0.000.030.93   0.07
XYZ63.594575.193811.6523
Yxy75.19380.42270.4998
Hunter Lab86.7144-20.842052.7329
CIE-Lab89.4837-17.353486.9143

#ede710 color RGB value is (237,231,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00010000
Octal 355 347 20
Decimal 237 231 16
Hex ED E7 10

RGB Percentages of Color #ede710

%48.97
%47.73
%3.31

CMYK Percentages of Color #ede710

%0
%3
%93
%7

Triadic Colors of #ede710

#ede710 #10ede7 #e710ed

Analogous Colors of #ede710

#ede710 #85ed10 #ed7910

Monochromatic Colors of #ede710

#ede710

Complementary Color

#ede710 #1016ed

#ede710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede710 Color CSS Codes

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

#ede710 Text Font Color

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

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


#ede710 Background Color

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

This div background color is #ede710


#ede710 Border Color

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

This div border color is #ede710


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,231,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 #ede710">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede710


Comments

No comments written yet.

Please login to write comment.