Color Hex Logo

#ebb9cd Color Hex

#EBB9CD
(235,185,205)
0 Favorites   0 Comments

Color spaces of #ebb9cd

RGB 235185205
HSL0.930.560.82
HSV336°21°92°
CMYK 0.000.210.13   0.08
XYZ62.629456.767965.4140
Yxy56.76790.33890.3072
Hunter Lab75.344516.52361.2656
CIE-Lab80.048921.0904-3.1575

#ebb9cd color RGB value is (235,185,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 11001101
Octal 353 271 315
Decimal 235 185 205
Hex EB B9 CD

RGB Percentages of Color #ebb9cd

%37.60
%29.60
%32.80

CMYK Percentages of Color #ebb9cd

%0
%21
%13
%8

Triadic Colors of #ebb9cd

#ebb9cd #cdebb9 #b9cdeb

Analogous Colors of #ebb9cd

#ebb9cd #ebbeb9 #ebb9e6

Monochromatic Colors of #ebb9cd

#ebb9cd

Complementary Color

#ebb9cd #b9ebd7

#ebb9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9cd Color CSS Codes

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

#ebb9cd Text Font Color

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

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


#ebb9cd Background Color

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

This div background color is #ebb9cd


#ebb9cd Border Color

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

This div border color is #ebb9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9cd


Comments

No comments written yet.

Please login to write comment.