Color Hex Logo

#ede647 Color Hex

#EDE647
(237,230,71)
0 Favorites   0 Comments

Color spaces of #ede647

RGB 23723071
HSL0.160.820.60
HSV57°70°93°
CMYK 0.000.030.70   0.07
XYZ64.359275.053117.0558
Yxy75.05310.41130.4797
Hunter Lab86.6332-19.001748.9706
CIE-Lab89.4179-15.323873.9429

#ede647 color RGB value is (237,230,71).

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

The process color (four color CMYK) of #ede647 color hex is 0.00, 0.03, 0.70, 0.07. Web safe color of #ede647 is #ffff33. Color #ede647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 01000111
Octal 355 346 107
Decimal 237 230 71
Hex ED E6 47

RGB Percentages of Color #ede647

%44.05
%42.75
%13.20

CMYK Percentages of Color #ede647

%0
%3
%70
%7

Triadic Colors of #ede647

#ede647 #47ede6 #e647ed

Analogous Colors of #ede647

#ede647 #a1ed47 #ed9347

Monochromatic Colors of #ede647

#ede647

Complementary Color

#ede647 #474eed

#ede647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede647 Color CSS Codes

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

#ede647 Text Font Color

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

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


#ede647 Background Color

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

This div background color is #ede647


#ede647 Border Color

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

This div border color is #ede647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede647


Comments

No comments written yet.

Please login to write comment.