Color Hex Logo

#ede344 Color Hex

#EDE344
(237,227,68)
0 Favorites   0 Comments

Color spaces of #ede344

RGB 23722768
HSL0.160.820.60
HSV56°71°93°
CMYK 0.000.040.71   0.07
XYZ63.437573.360116.2852
Yxy73.36010.41440.4792
Hunter Lab85.6505-17.681448.6822
CIE-Lab88.6192-13.987274.2146

#ede344 color RGB value is (237,227,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01000100
Octal 355 343 104
Decimal 237 227 68
Hex ED E3 44

RGB Percentages of Color #ede344

%44.55
%42.67
%12.78

CMYK Percentages of Color #ede344

%0
%4
%71
%7

Triadic Colors of #ede344

#ede344 #44ede3 #e344ed

Analogous Colors of #ede344

#ede344 #a3ed44 #ed8f44

Monochromatic Colors of #ede344

#ede344

Complementary Color

#ede344 #444eed

#ede344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede344 Color CSS Codes

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

#ede344 Text Font Color

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

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


#ede344 Background Color

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

This div background color is #ede344


#ede344 Border Color

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

This div border color is #ede344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede344


Comments

No comments written yet.

Please login to write comment.