Color Hex Logo

#ebcabd Color Hex

#EBCABD
(235,202,189)
0 Favorites   0 Comments

Color spaces of #ebcabd

RGB 235202189
HSL0.050.530.83
HSV17°20°92°
CMYK 0.000.140.20   0.08
XYZ64.566863.577457.0127
Yxy63.57740.34870.3434
Hunter Lab79.73545.005713.4211
CIE-Lab83.74539.598710.7738

#ebcabd color RGB value is (235,202,189).

#ebcabd hex color red value is 235, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebcabd hue: 0.05 , saturation: 0.53 and the lightness value of ebcabd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10111101
Octal 353 312 275
Decimal 235 202 189
Hex EB CA BD

RGB Percentages of Color #ebcabd

%37.54
%32.27
%30.19

CMYK Percentages of Color #ebcabd

%0
%14
%20
%8

Triadic Colors of #ebcabd

#ebcabd #bdebca #cabdeb

Analogous Colors of #ebcabd

#ebcabd #ebe1bd #ebbdc7

Monochromatic Colors of #ebcabd

#ebcabd

Complementary Color

#ebcabd #bddeeb

#ebcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcabd Color CSS Codes

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

#ebcabd Text Font Color

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

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


#ebcabd Background Color

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

This div background color is #ebcabd


#ebcabd Border Color

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

This div border color is #ebcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcabd


Comments

No comments written yet.

Please login to write comment.