Color Hex Logo

#eddfa2 Color Hex

#EDDFA2
(237,223,162)
0 Favorites   0 Comments

Color spaces of #eddfa2

RGB 237223162
HSL0.140.680.78
HSV49°32°93°
CMYK 0.000.060.32   0.07
XYZ67.834373.388544.7726
Yxy73.38850.36470.3946
Hunter Lab85.6671-8.574628.9799
CIE-Lab88.6327-4.175031.6773

#eddfa2 color RGB value is (237,223,162).

#eddfa2 hex color red value is 237, green value is 223 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #eddfa2 hue: 0.14 , saturation: 0.68 and the lightness value of eddfa2 is 0.78.

The process color (four color CMYK) of #eddfa2 color hex is 0.00, 0.06, 0.32, 0.07. Web safe color of #eddfa2 is #ffcc99. Color #eddfa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10100010
Octal 355 337 242
Decimal 237 223 162
Hex ED DF A2

RGB Percentages of Color #eddfa2

%38.10
%35.85
%26.05

CMYK Percentages of Color #eddfa2

%0
%6
%32
%7

Triadic Colors of #eddfa2

#eddfa2 #a2eddf #dfa2ed

Analogous Colors of #eddfa2

#eddfa2 #d6eda2 #edbaa2

Monochromatic Colors of #eddfa2

#eddfa2

Complementary Color

#eddfa2 #a2b0ed

#eddfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfa2 Color CSS Codes

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

#eddfa2 Text Font Color

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

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


#eddfa2 Background Color

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

This div background color is #eddfa2


#eddfa2 Border Color

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

This div border color is #eddfa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfa2


Comments

No comments written yet.

Please login to write comment.