Color Hex Logo

#eed043 Color Hex

#EED043
(238,208,67)
0 Favorites   0 Comments

Color spaces of #eed043

RGB 23820867
HSL0.140.830.60
HSV49°72°93°
CMYK 0.000.130.72   0.07
XYZ58.828963.694114.5038
Yxy63.69410.42930.4648
Hunter Lab79.8086-8.088245.0911
CIE-Lab83.8062-4.090369.9378

#eed043 color RGB value is (238,208,67).

#eed043 hex color red value is 238, green value is 208 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #eed043 hue: 0.14 , saturation: 0.83 and the lightness value of eed043 is 0.60.

The process color (four color CMYK) of #eed043 color hex is 0.00, 0.13, 0.72, 0.07. Web safe color of #eed043 is #ffcc33. Color #eed043 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 01000011
Octal 356 320 103
Decimal 238 208 67
Hex EE D0 43

RGB Percentages of Color #eed043

%46.39
%40.55
%13.06

CMYK Percentages of Color #eed043

%0
%13
%72
%7

Triadic Colors of #eed043

#eed043 #43eed0 #d043ee

Analogous Colors of #eed043

#eed043 #b7ee43 #ee7b43

Monochromatic Colors of #eed043

#eed043

Complementary Color

#eed043 #4361ee

#eed043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed043 Color CSS Codes

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

#eed043 Text Font Color

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

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


#eed043 Background Color

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

This div background color is #eed043


#eed043 Border Color

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

This div border color is #eed043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed043


Comments

No comments written yet.

Please login to write comment.