Color Hex Logo

#ebb8cd Color Hex

#EBB8CD
(235,184,205)
0 Favorites   0 Comments

Color spaces of #ebb8cd

RGB 235184205
HSL0.930.560.82
HSV335°22°92°
CMYK 0.000.220.13   0.08
XYZ62.420956.350965.3445
Yxy56.35090.33900.3061
Hunter Lab75.067217.06100.9363
CIE-Lab79.813121.6233-3.5042

#ebb8cd color RGB value is (235,184,205).

#ebb8cd hex color red value is 235, green value is 184 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebb8cd hue: 0.93 , saturation: 0.56 and the lightness value of ebb8cd is 0.82.

The process color (four color CMYK) of #ebb8cd color hex is 0.00, 0.22, 0.13, 0.08. Web safe color of #ebb8cd is #ffcccc. Color #ebb8cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 11001101
Octal 353 270 315
Decimal 235 184 205
Hex EB B8 CD

RGB Percentages of Color #ebb8cd

%37.66
%29.49
%32.85

CMYK Percentages of Color #ebb8cd

%0
%22
%13
%8

Triadic Colors of #ebb8cd

#ebb8cd #cdebb8 #b8cdeb

Analogous Colors of #ebb8cd

#ebb8cd #ebbdb8 #ebb8e7

Monochromatic Colors of #ebb8cd

#ebb8cd

Complementary Color

#ebb8cd #b8ebd6

#ebb8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb8cd Color CSS Codes

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

#ebb8cd Text Font Color

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

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


#ebb8cd Background Color

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

This div background color is #ebb8cd


#ebb8cd Border Color

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

This div border color is #ebb8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb8cd


Comments

No comments written yet.

Please login to write comment.