Color Hex Logo

#ede286 Color Hex

#EDE286
(237,226,134)
0 Favorites   0 Comments

Color spaces of #ede286

RGB 237226134
HSL0.150.740.73
HSV54°43°93°
CMYK 0.000.050.43   0.07
XYZ66.424574.118533.3596
Yxy74.11850.38200.4262
Hunter Lab86.0921-12.939237.2903
CIE-Lab88.9785-8.782646.1683

#ede286 color RGB value is (237,226,134).

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

The process color (four color CMYK) of #ede286 color hex is 0.00, 0.05, 0.43, 0.07. Web safe color of #ede286 is #ffcc99. Color #ede286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 10000110
Octal 355 342 206
Decimal 237 226 134
Hex ED E2 86

RGB Percentages of Color #ede286

%39.70
%37.86
%22.45

CMYK Percentages of Color #ede286

%0
%5
%43
%7

Triadic Colors of #ede286

#ede286 #86ede2 #e286ed

Analogous Colors of #ede286

#ede286 #c5ed86 #edaf86

Monochromatic Colors of #ede286

#ede286

Complementary Color

#ede286 #8691ed

#ede286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede286 Color CSS Codes

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

#ede286 Text Font Color

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

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


#ede286 Background Color

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

This div background color is #ede286


#ede286 Border Color

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

This div border color is #ede286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede286


Comments

No comments written yet.

Please login to write comment.