Color Hex Logo

#eec3bc Color Hex

#EEC3BC
(238,195,188)
0 Favorites   0 Comments

Color spaces of #eec3bc

RGB 238195188
HSL0.020.600.84
HSV21°93°
CMYK 0.000.180.21   0.07
XYZ63.852160.838255.9545
Yxy60.83820.35350.3368
Hunter Lab77.99889.627312.0660
CIE-Lab82.291714.23639.2712

#eec3bc color RGB value is (238,195,188).

#eec3bc hex color red value is 238, green value is 195 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eec3bc hue: 0.02 , saturation: 0.60 and the lightness value of eec3bc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 10111100
Octal 356 303 274
Decimal 238 195 188
Hex EE C3 BC

RGB Percentages of Color #eec3bc

%38.33
%31.40
%30.27

CMYK Percentages of Color #eec3bc

%0
%18
%21
%7

Triadic Colors of #eec3bc

#eec3bc #bceec3 #c3bcee

Analogous Colors of #eec3bc

#eec3bc #eedcbc #eebcce

Monochromatic Colors of #eec3bc

#eec3bc

Complementary Color

#eec3bc #bce7ee

#eec3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec3bc Color CSS Codes

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

#eec3bc Text Font Color

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

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


#eec3bc Background Color

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

This div background color is #eec3bc


#eec3bc Border Color

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

This div border color is #eec3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec3bc


Comments

No comments written yet.

Please login to write comment.