Color Hex Logo

#edeb88 Color Hex

#EDEB88
(237,235,136)
0 Favorites   0 Comments

Color spaces of #edeb88

RGB 237235136
HSL0.160.740.73
HSV59°43°93°
CMYK 0.000.010.43   0.07
XYZ69.077379.198834.9387
Yxy79.19880.37700.4323
Hunter Lab88.9937-17.186539.0185
CIE-Lab91.3242-13.063548.1179

#edeb88 color RGB value is (237,235,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 10001000
Octal 355 353 210
Decimal 237 235 136
Hex ED EB 88

RGB Percentages of Color #edeb88

%38.98
%38.65
%22.37

CMYK Percentages of Color #edeb88

%0
%1
%43
%7

Triadic Colors of #edeb88

#edeb88 #88edeb #eb88ed

Analogous Colors of #edeb88

#edeb88 #bded88 #edb988

Monochromatic Colors of #edeb88

#edeb88

Complementary Color

#edeb88 #888aed

#edeb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb88 Color CSS Codes

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

#edeb88 Text Font Color

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

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


#edeb88 Background Color

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

This div background color is #edeb88


#edeb88 Border Color

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

This div border color is #edeb88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,235,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 #edeb88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb88


Comments

No comments written yet.

Please login to write comment.