Color Hex Logo

#ebaeca Color Hex

#EBAECA
(235,174,202)
0 Favorites   0 Comments

Color spaces of #ebaeca

RGB 235174202
HSL0.920.600.80
HSV332°26°92°
CMYK 0.000.260.14   0.08
XYZ60.057752.198562.7871
Yxy52.19850.34310.2982
Hunter Lab72.248521.9459-0.9516
CIE-Lab77.399426.4719-5.4356

#ebaeca color RGB value is (235,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11001010
Octal 353 256 312
Decimal 235 174 202
Hex EB AE CA

RGB Percentages of Color #ebaeca

%38.46
%28.48
%33.06

CMYK Percentages of Color #ebaeca

%0
%26
%14
%8

Triadic Colors of #ebaeca

#ebaeca #caebae #aecaeb

Analogous Colors of #ebaeca

#ebaeca #ebb1ae #ebaee9

Monochromatic Colors of #ebaeca

#ebaeca

Complementary Color

#ebaeca #aeebcf

#ebaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaeca Color CSS Codes

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

#ebaeca Text Font Color

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

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


#ebaeca Background Color

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

This div background color is #ebaeca


#ebaeca Border Color

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

This div border color is #ebaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaeca


Comments

No comments written yet.

Please login to write comment.