Color Hex Logo

#ebaecf Color Hex

#EBAECF
(235,174,207)
0 Favorites   0 Comments

Color spaces of #ebaecf

RGB 235174207
HSL0.910.600.80
HSV328°26°92°
CMYK 0.000.260.12   0.08
XYZ60.659552.439365.9562
Yxy52.43930.33880.2929
Hunter Lab72.415022.7970-3.3114
CIE-Lab77.542827.2821-7.9433

#ebaecf color RGB value is (235,174,207).

#ebaecf hex color red value is 235, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebaecf hue: 0.91 , saturation: 0.60 and the lightness value of ebaecf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11001111
Octal 353 256 317
Decimal 235 174 207
Hex EB AE CF

RGB Percentages of Color #ebaecf

%38.15
%28.25
%33.60

CMYK Percentages of Color #ebaecf

%0
%26
%12
%8

Triadic Colors of #ebaecf

#ebaecf #cfebae #aecfeb

Analogous Colors of #ebaecf

#ebaecf #ebaeb1 #e9aeeb

Monochromatic Colors of #ebaecf

#ebaecf

Complementary Color

#ebaecf #aeebca

#ebaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaecf Color CSS Codes

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

#ebaecf Text Font Color

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

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


#ebaecf Background Color

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

This div background color is #ebaecf


#ebaecf Border Color

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

This div border color is #ebaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaecf


Comments

No comments written yet.

Please login to write comment.