Color Hex Logo

#ebcabe Color Hex

#EBCABE
(235,202,190)
0 Favorites   0 Comments

Color spaces of #ebcabe

RGB 235202190
HSL0.040.530.83
HSV16°19°92°
CMYK 0.000.140.19   0.08
XYZ64.675763.620957.5865
Yxy63.62090.34790.3423
Hunter Lab79.76275.152213.0281
CIE-Lab83.76809.747710.2740

#ebcabe color RGB value is (235,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10111110
Octal 353 312 276
Decimal 235 202 190
Hex EB CA BE

RGB Percentages of Color #ebcabe

%37.48
%32.22
%30.30

CMYK Percentages of Color #ebcabe

%0
%14
%19
%8

Triadic Colors of #ebcabe

#ebcabe #beebca #cabeeb

Analogous Colors of #ebcabe

#ebcabe #ebe1be #ebbec9

Monochromatic Colors of #ebcabe

#ebcabe

Complementary Color

#ebcabe #bedfeb

#ebcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcabe Color CSS Codes

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

#ebcabe Text Font Color

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

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


#ebcabe Background Color

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

This div background color is #ebcabe


#ebcabe Border Color

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

This div border color is #ebcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcabe


Comments

No comments written yet.

Please login to write comment.