Color Hex Logo

#ede3ca Color Hex

#EDE3CA
(237,227,202)
0 Favorites   0 Comments

Color spaces of #ede3ca

RGB 237227202
HSL0.120.490.86
HSV43°15°93°
CMYK 0.000.040.15   0.07
XYZ73.054877.207066.9291
Yxy77.20700.33640.3555
Hunter Lab87.8675-5.359716.3458
CIE-Lab90.4168-0.684713.4253

#ede3ca color RGB value is (237,227,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 11001010
Octal 355 343 312
Decimal 237 227 202
Hex ED E3 CA

RGB Percentages of Color #ede3ca

%35.59
%34.08
%30.33

CMYK Percentages of Color #ede3ca

%0
%4
%15
%7

Triadic Colors of #ede3ca

#ede3ca #caede3 #e3caed

Analogous Colors of #ede3ca

#ede3ca #e6edca #edd2ca

Monochromatic Colors of #ede3ca

#ede3ca

Complementary Color

#ede3ca #cad4ed

#ede3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede3ca Color CSS Codes

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

#ede3ca Text Font Color

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

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


#ede3ca Background Color

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

This div background color is #ede3ca


#ede3ca Border Color

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

This div border color is #ede3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede3ca

#ede3ca Color Palettes


Comments

No comments written yet.

Please login to write comment.