Color Hex Logo

#ebb4c9 Color Hex

#EBB4C9
(235,180,201)
0 Favorites   0 Comments

Color spaces of #ebb4c9

RGB 235180201
HSL0.940.580.81
HSV337°23°92°
CMYK 0.000.230.14   0.08
XYZ61.124854.521762.5605
Yxy54.52170.34300.3059
Hunter Lab73.838818.54691.4533
CIE-Lab78.765023.1120-2.8807

#ebb4c9 color RGB value is (235,180,201).

#ebb4c9 hex color red value is 235, green value is 180 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ebb4c9 hue: 0.94 , saturation: 0.58 and the lightness value of ebb4c9 is 0.81.

The process color (four color CMYK) of #ebb4c9 color hex is 0.00, 0.23, 0.14, 0.08. Web safe color of #ebb4c9 is #ffcccc. Color #ebb4c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 11001001
Octal 353 264 311
Decimal 235 180 201
Hex EB B4 C9

RGB Percentages of Color #ebb4c9

%38.15
%29.22
%32.63

CMYK Percentages of Color #ebb4c9

%0
%23
%14
%8

Triadic Colors of #ebb4c9

#ebb4c9 #c9ebb4 #b4c9eb

Analogous Colors of #ebb4c9

#ebb4c9 #ebbbb4 #ebb4e5

Monochromatic Colors of #ebb4c9

#ebb4c9

Complementary Color

#ebb4c9 #b4ebd6

#ebb4c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb4c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb4c9 Color CSS Codes

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

#ebb4c9 Text Font Color

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

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


#ebb4c9 Background Color

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

This div background color is #ebb4c9


#ebb4c9 Border Color

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

This div border color is #ebb4c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb4c9


Comments

No comments written yet.

Please login to write comment.