Color Hex Logo

#eed138 Color Hex

#EED138
(238,209,56)
0 Favorites   0 Comments

Color spaces of #eed138

RGB 23820956
HSL0.140.840.58
HSV50°76°93°
CMYK 0.000.120.76   0.07
XYZ58.774264.063613.0092
Yxy64.06360.43260.4716
Hunter Lab80.0397-8.994746.3912
CIE-Lab83.9989-5.052773.9064

#eed138 color RGB value is (238,209,56).

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

The process color (four color CMYK) of #eed138 color hex is 0.00, 0.12, 0.76, 0.07. Web safe color of #eed138 is #ffcc33. Color #eed138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 00111000
Octal 356 321 70
Decimal 238 209 56
Hex EE D1 38

RGB Percentages of Color #eed138

%47.32
%41.55
%11.13

CMYK Percentages of Color #eed138

%0
%12
%76
%7

Triadic Colors of #eed138

#eed138 #38eed1 #d138ee

Analogous Colors of #eed138

#eed138 #b0ee38 #ee7638

Monochromatic Colors of #eed138

#eed138

Complementary Color

#eed138 #3855ee

#eed138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed138 Color CSS Codes

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

#eed138 Text Font Color

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

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


#eed138 Background Color

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

This div background color is #eed138


#eed138 Border Color

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

This div border color is #eed138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed138


Comments

No comments written yet.

Please login to write comment.