Color Hex Logo

#edec88 Color Hex

#EDEC88
(237,236,136)
0 Favorites   0 Comments

Color spaces of #edec88

RGB 237236136
HSL0.170.740.73
HSV59°43°93°
CMYK 0.000.000.43   0.07
XYZ69.364479.773035.0344
Yxy79.77300.37660.4331
Hunter Lab89.3157-17.675839.2643
CIE-Lab91.5829-13.556848.4391

#edec88 color RGB value is (237,236,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10001000
Octal 355 354 210
Decimal 237 236 136
Hex ED EC 88

RGB Percentages of Color #edec88

%38.92
%38.75
%22.33

CMYK Percentages of Color #edec88

%0
%0
%43
%7

Triadic Colors of #edec88

#edec88 #88edec #ec88ed

Analogous Colors of #edec88

#edec88 #bced88 #edba88

Monochromatic Colors of #edec88

#edec88

Complementary Color

#edec88 #8889ed

#edec88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec88 Color CSS Codes

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

#edec88 Text Font Color

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

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


#edec88 Background Color

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

This div background color is #edec88


#edec88 Border Color

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

This div border color is #edec88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec88


Comments

No comments written yet.

Please login to write comment.