Color Hex Logo

#ebcab7 Color Hex

#EBCAB7
(235,202,183)
0 Favorites   0 Comments

Color spaces of #ebcab7

RGB 235202183
HSL0.060.570.82
HSV22°22°92°
CMYK 0.000.140.22   0.08
XYZ63.928763.322153.6527
Yxy63.32210.35340.3500
Hunter Lab79.57524.145815.7270
CIE-Lab83.61168.722213.7744

#ebcab7 color RGB value is (235,202,183).

#ebcab7 hex color red value is 235, green value is 202 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ebcab7 hue: 0.06 , saturation: 0.57 and the lightness value of ebcab7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10110111
Octal 353 312 267
Decimal 235 202 183
Hex EB CA B7

RGB Percentages of Color #ebcab7

%37.90
%32.58
%29.52

CMYK Percentages of Color #ebcab7

%0
%14
%22
%8

Triadic Colors of #ebcab7

#ebcab7 #b7ebca #cab7eb

Analogous Colors of #ebcab7

#ebcab7 #ebe4b7 #ebb7be

Monochromatic Colors of #ebcab7

#ebcab7

Complementary Color

#ebcab7 #b7d8eb

#ebcab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcab7 Color CSS Codes

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

#ebcab7 Text Font Color

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

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


#ebcab7 Background Color

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

This div background color is #ebcab7


#ebcab7 Border Color

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

This div border color is #ebcab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcab7


Comments

No comments written yet.

Please login to write comment.