Color Hex Logo

#eddfca Color Hex

#EDDFCA
(237,223,202)
0 Favorites   0 Comments

Color spaces of #eddfca

RGB 237223202
HSL0.100.490.86
HSV36°15°93°
CMYK 0.000.060.15   0.07
XYZ71.973475.044166.5687
Yxy75.04410.33700.3514
Hunter Lab86.6280-3.295315.0786
CIE-Lab89.41361.368112.0015

#eddfca color RGB value is (237,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11001010
Octal 355 337 312
Decimal 237 223 202
Hex ED DF CA

RGB Percentages of Color #eddfca

%35.80
%33.69
%30.51

CMYK Percentages of Color #eddfca

%0
%6
%15
%7

Triadic Colors of #eddfca

#eddfca #caeddf #dfcaed

Analogous Colors of #eddfca

#eddfca #eaedca #edceca

Monochromatic Colors of #eddfca

#eddfca

Complementary Color

#eddfca #cad8ed

#eddfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfca Color CSS Codes

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

#eddfca Text Font Color

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

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


#eddfca Background Color

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

This div background color is #eddfca


#eddfca Border Color

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

This div border color is #eddfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfca


Comments

No comments written yet.

Please login to write comment.