Color Hex Logo

#ede278 Color Hex

#EDE278
(237,226,120)
0 Favorites   0 Comments

Color spaces of #ede278

RGB 237226120
HSL0.150.760.70
HSV54°49°93°
CMYK 0.000.050.49   0.07
XYZ65.511673.753328.5523
Yxy73.75330.39040.4395
Hunter Lab85.8797-14.124540.4038
CIE-Lab88.8058-10.080352.6857

#ede278 color RGB value is (237,226,120).

#ede278 hex color red value is 237, green value is 226 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ede278 hue: 0.15 , saturation: 0.76 and the lightness value of ede278 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01111000
Octal 355 342 170
Decimal 237 226 120
Hex ED E2 78

RGB Percentages of Color #ede278

%40.65
%38.77
%20.58

CMYK Percentages of Color #ede278

%0
%5
%49
%7

Triadic Colors of #ede278

#ede278 #78ede2 #e278ed

Analogous Colors of #ede278

#ede278 #beed78 #eda878

Monochromatic Colors of #ede278

#ede278

Complementary Color

#ede278 #7883ed

#ede278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede278 Color CSS Codes

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

#ede278 Text Font Color

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

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


#ede278 Background Color

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

This div background color is #ede278


#ede278 Border Color

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

This div border color is #ede278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede278


Comments

No comments written yet.

Please login to write comment.