Color Hex Logo

#ede1ca Color Hex

#EDE1CA
(237,225,202)
0 Favorites   0 Comments

Color spaces of #ede1ca

RGB 237225202
HSL0.110.490.86
HSV39°15°93°
CMYK 0.000.050.15   0.07
XYZ72.510976.119266.7479
Yxy76.11920.33670.3534
Hunter Lab87.2463-4.328715.7125
CIE-Lab89.91470.340212.7131

#ede1ca color RGB value is (237,225,202).

#ede1ca hex color red value is 237, green value is 225 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ede1ca hue: 0.11 , saturation: 0.49 and the lightness value of ede1ca is 0.86.

The process color (four color CMYK) of #ede1ca color hex is 0.00, 0.05, 0.15, 0.07. Web safe color of #ede1ca is #ffcccc. Color #ede1ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 11001010
Octal 355 341 312
Decimal 237 225 202
Hex ED E1 CA

RGB Percentages of Color #ede1ca

%35.69
%33.89
%30.42

CMYK Percentages of Color #ede1ca

%0
%5
%15
%7

Triadic Colors of #ede1ca

#ede1ca #caede1 #e1caed

Analogous Colors of #ede1ca

#ede1ca #e8edca #edd0ca

Monochromatic Colors of #ede1ca

#ede1ca

Complementary Color

#ede1ca #cad6ed

#ede1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede1ca Color CSS Codes

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

#ede1ca Text Font Color

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

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


#ede1ca Background Color

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

This div background color is #ede1ca


#ede1ca Border Color

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

This div border color is #ede1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede1ca


Comments

No comments written yet.

Please login to write comment.