Color Hex Logo

#ebaecc Color Hex

#EBAECC
(235,174,204)
0 Favorites   0 Comments

Color spaces of #ebaecc

RGB 235174204
HSL0.920.600.80
HSV330°26°92°
CMYK 0.000.260.13   0.08
XYZ60.296152.293964.0425
Yxy52.29390.34140.2961
Hunter Lab72.314522.2835-1.8877
CIE-Lab77.456226.7938-6.4397

#ebaecc color RGB value is (235,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11001100
Octal 353 256 314
Decimal 235 174 204
Hex EB AE CC

RGB Percentages of Color #ebaecc

%38.34
%28.38
%33.28

CMYK Percentages of Color #ebaecc

%0
%26
%13
%8

Triadic Colors of #ebaecc

#ebaecc #ccebae #aecceb

Analogous Colors of #ebaecc

#ebaecc #ebafae #ebaeeb

Monochromatic Colors of #ebaecc

#ebaecc

Complementary Color

#ebaecc #aeebcd

#ebaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaecc Color CSS Codes

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

#ebaecc Text Font Color

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

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


#ebaecc Background Color

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

This div background color is #ebaecc


#ebaecc Border Color

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

This div border color is #ebaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaecc


Comments

No comments written yet.

Please login to write comment.