Color Hex Logo

#ebe4cc Color Hex

#EBE4CC
(235,228,204)
0 Favorites   0 Comments

Color spaces of #ebe4cc

RGB 235228204
HSL0.130.440.86
HSV46°13°92°
CMYK 0.000.030.13   0.08
XYZ72.903477.508668.2450
Yxy77.50860.33340.3545
Hunter Lab88.0390-6.255715.6676
CIE-Lab90.5552-1.597812.5566

#ebe4cc color RGB value is (235,228,204).

#ebe4cc hex color red value is 235, green value is 228 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebe4cc hue: 0.13 , saturation: 0.44 and the lightness value of ebe4cc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 11001100
Octal 353 344 314
Decimal 235 228 204
Hex EB E4 CC

RGB Percentages of Color #ebe4cc

%35.23
%34.18
%30.58

CMYK Percentages of Color #ebe4cc

%0
%3
%13
%8

Triadic Colors of #ebe4cc

#ebe4cc #ccebe4 #e4cceb

Analogous Colors of #ebe4cc

#ebe4cc #e3ebcc #ebd5cc

Monochromatic Colors of #ebe4cc

#ebe4cc

Complementary Color

#ebe4cc #ccd3eb

#ebe4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe4cc Color CSS Codes

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

#ebe4cc Text Font Color

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

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


#ebe4cc Background Color

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

This div background color is #ebe4cc


#ebe4cc Border Color

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

This div border color is #ebe4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe4cc


Comments

No comments written yet.

Please login to write comment.