Color Hex Logo

#eebdc4 Color Hex

#EEBDC4
(238,189,196)
0 Favorites   0 Comments

Color spaces of #eebdc4

RGB 238189196
HSL0.980.590.84
HSV351°21°93°
CMYK 0.000.210.18   0.07
XYZ63.421358.557960.1847
Yxy58.55790.34820.3215
Hunter Lab76.523114.02286.9352
CIE-Lab81.048018.61013.1875

#eebdc4 color RGB value is (238,189,196).

#eebdc4 hex color red value is 238, green value is 189 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #eebdc4 hue: 0.98 , saturation: 0.59 and the lightness value of eebdc4 is 0.84.

The process color (four color CMYK) of #eebdc4 color hex is 0.00, 0.21, 0.18, 0.07. Web safe color of #eebdc4 is #ffcccc. Color #eebdc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11000100
Octal 356 275 304
Decimal 238 189 196
Hex EE BD C4

RGB Percentages of Color #eebdc4

%38.20
%30.34
%31.46

CMYK Percentages of Color #eebdc4

%0
%21
%18
%7

Triadic Colors of #eebdc4

#eebdc4 #c4eebd #bdc4ee

Analogous Colors of #eebdc4

#eebdc4 #eecfbd #eebddd

Monochromatic Colors of #eebdc4

#eebdc4

Complementary Color

#eebdc4 #bdeee7

#eebdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdc4 Color CSS Codes

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

#eebdc4 Text Font Color

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

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


#eebdc4 Background Color

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

This div background color is #eebdc4


#eebdc4 Border Color

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

This div border color is #eebdc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,189,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eebdc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eebdc4;
  -webkit-box-shadow: 1px 1px 3px 2px #eebdc4;
  box-shadow:         1px 1px 3px 2px #eebdc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,189,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdc4


Comments

No comments written yet.

Please login to write comment.