Color Hex Logo

#ebcfd9 Color Hex

#EBCFD9
(235,207,217)
0 Favorites   0 Comments

Color spaces of #ebcfd9

RGB 235207217
HSL0.940.410.87
HSV339°12°92°
CMYK 0.000.120.08   0.08
XYZ69.098267.297674.9935
Yxy67.29760.32690.3184
Hunter Lab82.03516.78923.2238
CIE-Lab85.654011.4222-1.3591

#ebcfd9 color RGB value is (235,207,217).

#ebcfd9 hex color red value is 235, green value is 207 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ebcfd9 hue: 0.94 , saturation: 0.41 and the lightness value of ebcfd9 is 0.87.

The process color (four color CMYK) of #ebcfd9 color hex is 0.00, 0.12, 0.08, 0.08. Web safe color of #ebcfd9 is #ffcccc. Color #ebcfd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11011001
Octal 353 317 331
Decimal 235 207 217
Hex EB CF D9

RGB Percentages of Color #ebcfd9

%35.66
%31.41
%32.93

CMYK Percentages of Color #ebcfd9

%0
%12
%8
%8

Triadic Colors of #ebcfd9

#ebcfd9 #d9ebcf #cfd9eb

Analogous Colors of #ebcfd9

#ebcfd9 #ebd3cf #ebcfe7

Monochromatic Colors of #ebcfd9

#ebcfd9

Complementary Color

#ebcfd9 #cfebe1

#ebcfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfd9 Color CSS Codes

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

#ebcfd9 Text Font Color

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

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


#ebcfd9 Background Color

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

This div background color is #ebcfd9


#ebcfd9 Border Color

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

This div border color is #ebcfd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,207,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebcfd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebcfd9;
  -webkit-box-shadow: 1px 1px 3px 2px #ebcfd9;
  box-shadow:         1px 1px 3px 2px #ebcfd9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfd9


Comments

No comments written yet.

Please login to write comment.