Color Hex Logo

#eed03b Color Hex

#EED03B
(238,208,59)
0 Favorites   0 Comments

Color spaces of #eed03b

RGB 23820859
HSL0.140.840.58
HSV50°75°93°
CMYK 0.000.130.75   0.07
XYZ58.605263.604713.3258
Yxy63.60470.43240.4693
Hunter Lab79.7526-8.398445.9201
CIE-Lab83.7595-4.429772.7011

#eed03b color RGB value is (238,208,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 00111011
Octal 356 320 73
Decimal 238 208 59
Hex EE D0 3B

RGB Percentages of Color #eed03b

%47.13
%41.19
%11.68

CMYK Percentages of Color #eed03b

%0
%13
%75
%7

Triadic Colors of #eed03b

#eed03b #3beed0 #d03bee

Analogous Colors of #eed03b

#eed03b #b3ee3b #ee773b

Monochromatic Colors of #eed03b

#eed03b

Complementary Color

#eed03b #3b59ee

#eed03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed03b Color CSS Codes

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

#eed03b Text Font Color

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

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


#eed03b Background Color

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

This div background color is #eed03b


#eed03b Border Color

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

This div border color is #eed03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed03b


Comments

No comments written yet.

Please login to write comment.