Color Hex Logo

#ede33c Color Hex

#EDE33C
(237,227,60)
0 Favorites   0 Comments

Color spaces of #ede33c

RGB 23722760
HSL0.160.830.58
HSV57°75°93°
CMYK 0.000.040.75   0.07
XYZ63.209773.268915.0858
Yxy73.26890.41700.4834
Hunter Lab85.5973-17.981049.4687
CIE-Lab88.5758-14.323976.8129

#ede33c color RGB value is (237,227,60).

#ede33c hex color red value is 237, green value is 227 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ede33c hue: 0.16 , saturation: 0.83 and the lightness value of ede33c is 0.58.

The process color (four color CMYK) of #ede33c color hex is 0.00, 0.04, 0.75, 0.07. Web safe color of #ede33c is #ffcc33. Color #ede33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00111100
Octal 355 343 74
Decimal 237 227 60
Hex ED E3 3C

RGB Percentages of Color #ede33c

%45.23
%43.32
%11.45

CMYK Percentages of Color #ede33c

%0
%4
%75
%7

Triadic Colors of #ede33c

#ede33c #3cede3 #e33ced

Analogous Colors of #ede33c

#ede33c #9fed3c #ed8b3c

Monochromatic Colors of #ede33c

#ede33c

Complementary Color

#ede33c #3c46ed

#ede33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede33c Color CSS Codes

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

#ede33c Text Font Color

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

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


#ede33c Background Color

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

This div background color is #ede33c


#ede33c Border Color

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

This div border color is #ede33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede33c


Comments

No comments written yet.

Please login to write comment.