Color Hex Logo

#ede155 Color Hex

#EDE155
(237,225,85)
0 Favorites   0 Comments

Color spaces of #ede155

RGB 23722585
HSL0.150.810.63
HSV55°64°93°
CMYK 0.000.050.64   0.07
XYZ63.490072.510819.2440
Yxy72.51080.40900.4671
Hunter Lab85.1533-15.929246.2082
CIE-Lab88.2139-12.119767.4406

#ede155 color RGB value is (237,225,85).

#ede155 hex color red value is 237, green value is 225 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ede155 hue: 0.15 , saturation: 0.81 and the lightness value of ede155 is 0.63.

The process color (four color CMYK) of #ede155 color hex is 0.00, 0.05, 0.64, 0.07. Web safe color of #ede155 is #ffcc66. Color #ede155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01010101
Octal 355 341 125
Decimal 237 225 85
Hex ED E1 55

RGB Percentages of Color #ede155

%43.33
%41.13
%15.54

CMYK Percentages of Color #ede155

%0
%5
%64
%7

Triadic Colors of #ede155

#ede155 #55ede1 #e155ed

Analogous Colors of #ede155

#ede155 #aded55 #ed9555

Monochromatic Colors of #ede155

#ede155

Complementary Color

#ede155 #5561ed

#ede155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede155 Color CSS Codes

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

#ede155 Text Font Color

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

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


#ede155 Background Color

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

This div background color is #ede155


#ede155 Border Color

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

This div border color is #ede155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede155


Comments

No comments written yet.

Please login to write comment.