Color Hex Logo

#edec38 Color Hex

#EDEC38
(237,236,56)
0 Favorites   0 Comments

Color spaces of #edec38

RGB 23723656
HSL0.170.830.57
HSV60°76°93°
CMYK 0.000.000.76   0.07
XYZ65.634378.281015.3918
Yxy78.28100.41200.4914
Hunter Lab88.4766-22.417851.6192
CIE-Lab90.9080-18.866080.1388

#edec38 color RGB value is (237,236,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 00111000
Octal 355 354 70
Decimal 237 236 56
Hex ED EC 38

RGB Percentages of Color #edec38

%44.80
%44.61
%10.59

CMYK Percentages of Color #edec38

%0
%0
%76
%7

Triadic Colors of #edec38

#edec38 #38edec #ec38ed

Analogous Colors of #edec38

#edec38 #94ed38 #ed9238

Monochromatic Colors of #edec38

#edec38

Complementary Color

#edec38 #3839ed

#edec38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec38 Color CSS Codes

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

#edec38 Text Font Color

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

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


#edec38 Background Color

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

This div background color is #edec38


#edec38 Border Color

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

This div border color is #edec38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec38


Comments

No comments written yet.

Please login to write comment.