Color Hex Logo

#ebd7ca Color Hex

#EBD7CA
(235,215,202)
0 Favorites   0 Comments

Color spaces of #ebd7ca

RGB 235215202
HSL0.070.450.86
HSV24°14°92°
CMYK 0.000.090.14   0.08
XYZ69.222170.527365.8419
Yxy70.52730.33670.3430
Hunter Lab83.98050.165112.3022
CIE-Lab87.25484.79068.8994

#ebd7ca color RGB value is (235,215,202).

#ebd7ca hex color red value is 235, green value is 215 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebd7ca hue: 0.07 , saturation: 0.45 and the lightness value of ebd7ca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 11001010
Octal 353 327 312
Decimal 235 215 202
Hex EB D7 CA

RGB Percentages of Color #ebd7ca

%36.04
%32.98
%30.98

CMYK Percentages of Color #ebd7ca

%0
%9
%14
%8

Triadic Colors of #ebd7ca

#ebd7ca #caebd7 #d7caeb

Analogous Colors of #ebd7ca

#ebd7ca #ebe8ca #ebcace

Monochromatic Colors of #ebd7ca

#ebd7ca

Complementary Color

#ebd7ca #cadeeb

#ebd7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd7ca Color CSS Codes

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

#ebd7ca Text Font Color

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

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


#ebd7ca Background Color

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

This div background color is #ebd7ca


#ebd7ca Border Color

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

This div border color is #ebd7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd7ca


Comments

No comments written yet.

Please login to write comment.