Color Hex Logo

#edec24 Color Hex

#EDEC24
(237,236,36)
0 Favorites   0 Comments

Color spaces of #edec24

RGB 23723636
HSL0.170.850.54
HSV60°85°93°
CMYK 0.000.000.85   0.07
XYZ65.238978.122813.3098
Yxy78.12280.41640.4986
Hunter Lab88.3871-22.925852.9428
CIE-Lab90.8359-19.444684.9415

#edec24 color RGB value is (237,236,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 00100100
Octal 355 354 44
Decimal 237 236 36
Hex ED EC 24

RGB Percentages of Color #edec24

%46.56
%46.37
%7.07

CMYK Percentages of Color #edec24

%0
%0
%85
%7

Triadic Colors of #edec24

#edec24 #24edec #ec24ed

Analogous Colors of #edec24

#edec24 #8aed24 #ed8824

Monochromatic Colors of #edec24

#edec24

Complementary Color

#edec24 #2425ed

#edec24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec24 Color CSS Codes

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

#edec24 Text Font Color

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

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


#edec24 Background Color

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

This div background color is #edec24


#edec24 Border Color

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

This div border color is #edec24


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,236,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec24


Comments

No comments written yet.

Please login to write comment.