Color Hex Logo

#eccbed Color Hex

#ECCBED
(236,203,237)
0 Favorites   0 Comments

Color spaces of #eccbed

RGB 236203237
HSL0.830.490.86
HSV298°14°93°
CMYK 0.000.140.00   0.07
XYZ71.234166.659289.2328
Yxy66.65920.31360.2935
Hunter Lab81.645112.8596-7.6486
CIE-Lab85.331617.3975-12.4526

#eccbed color RGB value is (236,203,237).

#eccbed hex color red value is 236, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eccbed hue: 0.83 , saturation: 0.49 and the lightness value of eccbed is 0.86.

The process color (four color CMYK) of #eccbed color hex is 0.00, 0.14, 0.00, 0.07. Web safe color of #eccbed is #ffccff. Color #eccbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11101101
Octal 354 313 355
Decimal 236 203 237
Hex EC CB ED

RGB Percentages of Color #eccbed

%34.91
%30.03
%35.06

CMYK Percentages of Color #eccbed

%0
%14
%0
%7

Triadic Colors of #eccbed

#eccbed #edeccb #cbedec

Analogous Colors of #eccbed

#eccbed #edcbdd #dbcbed

Monochromatic Colors of #eccbed

#eccbed

Complementary Color

#eccbed #ccedcb

#eccbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbed Color CSS Codes

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

#eccbed Text Font Color

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

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


#eccbed Background Color

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

This div background color is #eccbed


#eccbed Border Color

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

This div border color is #eccbed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,203,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eccbed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eccbed;
  -webkit-box-shadow: 1px 1px 3px 2px #eccbed;
  box-shadow:         1px 1px 3px 2px #eccbed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,203,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbed


Comments

No comments written yet.

Please login to write comment.