Color Hex Logo

#ebaebc Color Hex

#EBAEBC
(235,174,188)
0 Favorites   0 Comments

Color spaces of #ebaebc

RGB 235174188
HSL0.960.600.80
HSV346°26°92°
CMYK 0.000.260.20   0.08
XYZ58.474151.565154.4481
Yxy51.56510.35550.3135
Hunter Lab71.808819.68755.3103
CIE-Lab77.020124.30221.6329

#ebaebc color RGB value is (235,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10111100
Octal 353 256 274
Decimal 235 174 188
Hex EB AE BC

RGB Percentages of Color #ebaebc

%39.36
%29.15
%31.49

CMYK Percentages of Color #ebaebc

%0
%26
%20
%8

Triadic Colors of #ebaebc

#ebaebc #bcebae #aebceb

Analogous Colors of #ebaebc

#ebaebc #ebbfae #ebaedb

Monochromatic Colors of #ebaebc

#ebaebc

Complementary Color

#ebaebc #aeebdd

#ebaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaebc Color CSS Codes

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

#ebaebc Text Font Color

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

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


#ebaebc Background Color

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

This div background color is #ebaebc


#ebaebc Border Color

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

This div border color is #ebaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaebc


Comments

No comments written yet.

Please login to write comment.