Color Hex Logo

#eed654 Color Hex

#EED654
(238,214,84)
0 Favorites   0 Comments

Color spaces of #eed654

RGB 23821484
HSL0.140.820.63
HSV51°65°93°
CMYK 0.000.100.65   0.07
XYZ60.906766.910418.0924
Yxy66.91040.41740.4586
Hunter Lab81.7988-10.238244.1453
CIE-Lab85.4587-6.254164.9753

#eed654 color RGB value is (238,214,84).

#eed654 hex color red value is 238, green value is 214 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eed654 hue: 0.14 , saturation: 0.82 and the lightness value of eed654 is 0.63.

The process color (four color CMYK) of #eed654 color hex is 0.00, 0.10, 0.65, 0.07. Web safe color of #eed654 is #ffcc66. Color #eed654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 01010100
Octal 356 326 124
Decimal 238 214 84
Hex EE D6 54

RGB Percentages of Color #eed654

%44.40
%39.93
%15.67

CMYK Percentages of Color #eed654

%0
%10
%65
%7

Triadic Colors of #eed654

#eed654 #54eed6 #d654ee

Analogous Colors of #eed654

#eed654 #b9ee54 #ee8954

Monochromatic Colors of #eed654

#eed654

Complementary Color

#eed654 #546cee

#eed654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed654 Color CSS Codes

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

#eed654 Text Font Color

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

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


#eed654 Background Color

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

This div background color is #eed654


#eed654 Border Color

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

This div border color is #eed654


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,214,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eed654; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eed654;
  -webkit-box-shadow: 1px 1px 3px 2px #eed654;
  box-shadow:         1px 1px 3px 2px #eed654; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,214,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed654


Comments

No comments written yet.

Please login to write comment.