Color Hex Logo

#edd338 Color Hex

#EDD338
(237,211,56)
0 Favorites   0 Comments

Color spaces of #edd338

RGB 23721156
HSL0.140.830.57
HSV51°76°93°
CMYK 0.000.110.76   0.07
XYZ58.933164.878613.1581
Yxy64.87860.43030.4737
Hunter Lab80.5473-10.356646.6975
CIE-Lab84.4211-6.489274.2601

#edd338 color RGB value is (237,211,56).

#edd338 hex color red value is 237, green value is 211 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #edd338 hue: 0.14 , saturation: 0.83 and the lightness value of edd338 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 00111000
Octal 355 323 70
Decimal 237 211 56
Hex ED D3 38

RGB Percentages of Color #edd338

%47.02
%41.87
%11.11

CMYK Percentages of Color #edd338

%0
%11
%76
%7

Triadic Colors of #edd338

#edd338 #38edd3 #d338ed

Analogous Colors of #edd338

#edd338 #aded38 #ed7938

Monochromatic Colors of #edd338

#edd338

Complementary Color

#edd338 #3852ed

#edd338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd338 Color CSS Codes

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

#edd338 Text Font Color

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

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


#edd338 Background Color

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

This div background color is #edd338


#edd338 Border Color

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

This div border color is #edd338


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,211,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 #edd338">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd338


Comments

No comments written yet.

Please login to write comment.