Color Hex Logo

#ebcfe1 Color Hex

#EBCFE1
(235,207,225)
0 Favorites   0 Comments

Color spaces of #ebcfe1

RGB 235207225
HSL0.890.410.87
HSV321°12°92°
CMYK 0.000.120.04   0.08
XYZ70.164467.724180.6082
Yxy67.72410.32110.3100
Hunter Lab82.29478.1734-0.4687
CIE-Lab85.868312.7991-5.2919

#ebcfe1 color RGB value is (235,207,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11100001
Octal 353 317 341
Decimal 235 207 225
Hex EB CF E1

RGB Percentages of Color #ebcfe1

%35.23
%31.03
%33.73

CMYK Percentages of Color #ebcfe1

%0
%12
%4
%8

Triadic Colors of #ebcfe1

#ebcfe1 #e1ebcf #cfe1eb

Analogous Colors of #ebcfe1

#ebcfe1 #ebcfd3 #e7cfeb

Monochromatic Colors of #ebcfe1

#ebcfe1

Complementary Color

#ebcfe1 #cfebd9

#ebcfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfe1 Color CSS Codes

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

#ebcfe1 Text Font Color

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

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


#ebcfe1 Background Color

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

This div background color is #ebcfe1


#ebcfe1 Border Color

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

This div border color is #ebcfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfe1


Comments

No comments written yet.

Please login to write comment.