Color Hex Logo

#ebcdea Color Hex

#EBCDEA
(235,205,234)
0 Favorites   0 Comments

Color spaces of #ebcdea

RGB 235205234
HSL0.840.430.86
HSV302°13°92°
CMYK 0.000.130.00   0.08
XYZ70.943667.265387.0863
Yxy67.26530.31490.2986
Hunter Lab82.015410.8761-5.5450
CIE-Lab85.637715.4595-10.4118

#ebcdea color RGB value is (235,205,234).

#ebcdea hex color red value is 235, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebcdea hue: 0.84 , saturation: 0.43 and the lightness value of ebcdea is 0.86.

The process color (four color CMYK) of #ebcdea color hex is 0.00, 0.13, 0.00, 0.08. Web safe color of #ebcdea is #ffccff. Color #ebcdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11101010
Octal 353 315 352
Decimal 235 205 234
Hex EB CD EA

RGB Percentages of Color #ebcdea

%34.87
%30.42
%34.72

CMYK Percentages of Color #ebcdea

%0
%13
%0
%8

Triadic Colors of #ebcdea

#ebcdea #eaebcd #cdeaeb

Analogous Colors of #ebcdea

#ebcdea #ebcddb #ddcdeb

Monochromatic Colors of #ebcdea

#ebcdea

Complementary Color

#ebcdea #cdebce

#ebcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcdea Color CSS Codes

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

#ebcdea Text Font Color

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

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


#ebcdea Background Color

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

This div background color is #ebcdea


#ebcdea Border Color

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

This div border color is #ebcdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcdea


Comments

No comments written yet.

Please login to write comment.