Color Hex Logo

#ebcfda Color Hex

#EBCFDA
(235,207,218)
0 Favorites   0 Comments

Color spaces of #ebcfda

RGB 235207218
HSL0.930.410.87
HSV336°12°92°
CMYK 0.000.120.07   0.08
XYZ69.228767.349875.6807
Yxy67.34980.32620.3173
Hunter Lab82.06696.95912.7706
CIE-Lab85.680311.5918-1.8516

#ebcfda color RGB value is (235,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 11011010
Octal 353 317 332
Decimal 235 207 218
Hex EB CF DA

RGB Percentages of Color #ebcfda

%35.61
%31.36
%33.03

CMYK Percentages of Color #ebcfda

%0
%12
%7
%8

Triadic Colors of #ebcfda

#ebcfda #daebcf #cfdaeb

Analogous Colors of #ebcfda

#ebcfda #ebd2cf #ebcfe8

Monochromatic Colors of #ebcfda

#ebcfda

Complementary Color

#ebcfda #cfebe0

#ebcfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcfda Color CSS Codes

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

#ebcfda Text Font Color

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

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


#ebcfda Background Color

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

This div background color is #ebcfda


#ebcfda Border Color

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

This div border color is #ebcfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcfda


Comments

No comments written yet.

Please login to write comment.