Color Hex Logo

#ebbcb4 Color Hex

#EBBCB4
(235,188,180)
0 Favorites   0 Comments

Color spaces of #ebbcb4

RGB 235188180
HSL0.020.580.81
HSV23°92°
CMYK 0.000.200.23   0.08
XYZ60.482456.923950.9797
Yxy56.92390.35920.3381
Hunter Lab75.447911.059612.7517
CIE-Lab80.136815.681810.4515

#ebbcb4 color RGB value is (235,188,180).

#ebbcb4 hex color red value is 235, green value is 188 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ebbcb4 hue: 0.02 , saturation: 0.58 and the lightness value of ebbcb4 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10110100
Octal 353 274 264
Decimal 235 188 180
Hex EB BC B4

RGB Percentages of Color #ebbcb4

%38.97
%31.18
%29.85

CMYK Percentages of Color #ebbcb4

%0
%20
%23
%8

Triadic Colors of #ebbcb4

#ebbcb4 #b4ebbc #bcb4eb

Analogous Colors of #ebbcb4

#ebbcb4 #ebd8b4 #ebb4c8

Monochromatic Colors of #ebbcb4

#ebbcb4

Complementary Color

#ebbcb4 #b4e3eb

#ebbcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcb4 Color CSS Codes

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

#ebbcb4 Text Font Color

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

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


#ebbcb4 Background Color

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

This div background color is #ebbcb4


#ebbcb4 Border Color

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

This div border color is #ebbcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcb4


Comments

No comments written yet.

Please login to write comment.