Color Hex Logo

#ebbabc Color Hex

#EBBABC
(235,186,188)
0 Favorites   0 Comments

Color spaces of #ebbabc

RGB 235186188
HSL0.990.550.83
HSV358°21°92°
CMYK 0.000.210.20   0.08
XYZ60.897056.410855.2557
Yxy56.41080.35290.3269
Hunter Lab75.107113.29078.9558
CIE-Lab79.847017.91115.7260

#ebbabc color RGB value is (235,186,188).

#ebbabc hex color red value is 235, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ebbabc hue: 0.99 , saturation: 0.55 and the lightness value of ebbabc is 0.83.

The process color (four color CMYK) of #ebbabc color hex is 0.00, 0.21, 0.20, 0.08. Web safe color of #ebbabc is #ffcccc. Color #ebbabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 10111100
Octal 353 272 274
Decimal 235 186 188
Hex EB BA BC

RGB Percentages of Color #ebbabc

%38.59
%30.54
%30.87

CMYK Percentages of Color #ebbabc

%0
%21
%20
%8

Triadic Colors of #ebbabc

#ebbabc #bcebba #babceb

Analogous Colors of #ebbabc

#ebbabc #ebd1ba #ebbad5

Monochromatic Colors of #ebbabc

#ebbabc

Complementary Color

#ebbabc #baebe9

#ebbabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbabc Color CSS Codes

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

#ebbabc Text Font Color

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

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


#ebbabc Background Color

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

This div background color is #ebbabc


#ebbabc Border Color

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

This div border color is #ebbabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,186,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 #ebbabc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbabc


Comments

No comments written yet.

Please login to write comment.