Color Hex Logo

#edde35 Color Hex

#EDDE35
(237,222,53)
0 Favorites   0 Comments

Color spaces of #edde35

RGB 23722253
HSL0.150.840.57
HSV55°78°93°
CMYK 0.000.060.78   0.07
XYZ61.688970.504113.7255
Yxy70.50410.42280.4832
Hunter Lab83.9667-15.800949.0849
CIE-Lab87.2435-12.109977.7249

#edde35 color RGB value is (237,222,53).

#edde35 hex color red value is 237, green value is 222 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #edde35 hue: 0.15 , saturation: 0.84 and the lightness value of edde35 is 0.57.

The process color (four color CMYK) of #edde35 color hex is 0.00, 0.06, 0.78, 0.07. Web safe color of #edde35 is #ffcc33. Color #edde35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 00110101
Octal 355 336 65
Decimal 237 222 53
Hex ED DE 35

RGB Percentages of Color #edde35

%46.29
%43.36
%10.35

CMYK Percentages of Color #edde35

%0
%6
%78
%7

Triadic Colors of #edde35

#edde35 #35edde #de35ed

Analogous Colors of #edde35

#edde35 #a0ed35 #ed8235

Monochromatic Colors of #edde35

#edde35

Complementary Color

#edde35 #3544ed

#edde35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde35 Color CSS Codes

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

#edde35 Text Font Color

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

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


#edde35 Background Color

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

This div background color is #edde35


#edde35 Border Color

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

This div border color is #edde35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde35


Comments

No comments written yet.

Please login to write comment.