Color Hex Logo

#eccbf0 Color Hex

#ECCBF0
(236,203,240)
0 Favorites   0 Comments

Color spaces of #eccbf0

RGB 236203240
HSL0.820.550.87
HSV294°15°94°
CMYK 0.020.150.00   0.06
XYZ71.676266.836091.5610
Yxy66.83600.31150.2905
Hunter Lab81.753313.4295-9.1756
CIE-Lab85.421117.9494-13.9121

#eccbf0 color RGB value is (236,203,240).

#eccbf0 hex color red value is 236, green value is 203 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #eccbf0 hue: 0.82 , saturation: 0.55 and the lightness value of eccbf0 is 0.87.

The process color (four color CMYK) of #eccbf0 color hex is 0.02, 0.15, 0.00, 0.06. Web safe color of #eccbf0 is #ffccff. Color #eccbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 11110000
Octal 354 313 360
Decimal 236 203 240
Hex EC CB F0

RGB Percentages of Color #eccbf0

%34.76
%29.90
%35.35

CMYK Percentages of Color #eccbf0

%2
%15
%0
%6

Triadic Colors of #eccbf0

#eccbf0 #f0eccb #cbf0ec

Analogous Colors of #eccbf0

#eccbf0 #f0cbe2 #dacbf0

Monochromatic Colors of #eccbf0

#eccbf0

Complementary Color

#eccbf0 #cff0cb

#eccbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccbf0 Color CSS Codes

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

#eccbf0 Text Font Color

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

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


#eccbf0 Background Color

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

This div background color is #eccbf0


#eccbf0 Border Color

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

This div border color is #eccbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccbf0


Comments

No comments written yet.

Please login to write comment.