Color Hex Logo

#ede614 Color Hex

#EDE614
(237,230,20)
0 Favorites   0 Comments

Color spaces of #ede614

RGB 23723020
HSL0.160.860.50
HSV58°92°93°
CMYK 0.000.030.92   0.07
XYZ63.348174.648711.7317
Yxy74.64870.42310.4986
Hunter Lab86.3995-20.322952.4290
CIE-Lab89.2282-16.817686.2586

#ede614 color RGB value is (237,230,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 00010100
Octal 355 346 24
Decimal 237 230 20
Hex ED E6 14

RGB Percentages of Color #ede614

%48.67
%47.23
%4.11

CMYK Percentages of Color #ede614

%0
%3
%92
%7

Triadic Colors of #ede614

#ede614 #14ede6 #e614ed

Analogous Colors of #ede614

#ede614 #88ed14 #ed7a14

Monochromatic Colors of #ede614

#ede614

Complementary Color

#ede614 #141bed

#ede614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede614 Color CSS Codes

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

#ede614 Text Font Color

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

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


#ede614 Background Color

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

This div background color is #ede614


#ede614 Border Color

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

This div border color is #ede614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede614


Comments

No comments written yet.

Please login to write comment.