Color Hex Logo

#ededb2 Color Hex

#EDEDB2
(237,237,178)
1 Favorites   0 Comments

Color spaces of #ededb2

RGB 237237178
HSL0.170.620.81
HSV60°25°93°
CMYK 0.000.000.25   0.07
XYZ73.245181.787354.0456
Yxy81.78730.35030.3912
Hunter Lab90.4363-13.695027.8732
CIE-Lab92.4809-9.184328.6817

#ededb2 color RGB value is (237,237,178).

#ededb2 hex color red value is 237, green value is 237 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #ededb2 hue: 0.17 , saturation: 0.62 and the lightness value of ededb2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10110010
Octal 355 355 262
Decimal 237 237 178
Hex ED ED B2

RGB Percentages of Color #ededb2

%36.35
%36.35
%27.30

CMYK Percentages of Color #ededb2

%0
%0
%25
%7

Triadic Colors of #ededb2

#ededb2 #b2eded #edb2ed

Analogous Colors of #ededb2

#ededb2 #d0edb2 #edd0b2

Monochromatic Colors of #ededb2

#ededb2

Complementary Color

#ededb2 #b2b2ed

#ededb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededb2 Color CSS Codes

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

#ededb2 Text Font Color

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

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


#ededb2 Background Color

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

This div background color is #ededb2


#ededb2 Border Color

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

This div border color is #ededb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededb2

#ededb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.