Color Hex Logo

#ebccf0 Color Hex

#EBCCF0
(235,204,240)
0 Favorites   0 Comments

Color spaces of #ebccf0

RGB 235204240
HSL0.810.550.87
HSV292°15°94°
CMYK 0.020.150.00   0.06
XYZ71.582067.139291.6245
Yxy67.13920.31080.2915
Hunter Lab81.938512.5463-8.9417
CIE-Lab85.574217.0898-13.6917

#ebccf0 color RGB value is (235,204,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11110000
Octal 353 314 360
Decimal 235 204 240
Hex EB CC F0

RGB Percentages of Color #ebccf0

%34.61
%30.04
%35.35

CMYK Percentages of Color #ebccf0

%2
%15
%0
%6

Triadic Colors of #ebccf0

#ebccf0 #f0ebcc #ccf0eb

Analogous Colors of #ebccf0

#ebccf0 #f0cce3 #d9ccf0

Monochromatic Colors of #ebccf0

#ebccf0

Complementary Color

#ebccf0 #d1f0cc

#ebccf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccf0 Color CSS Codes

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

#ebccf0 Text Font Color

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

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


#ebccf0 Background Color

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

This div background color is #ebccf0


#ebccf0 Border Color

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

This div border color is #ebccf0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,204,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 #ebccf0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccf0

Related Colors


Comments

No comments written yet.

Please login to write comment.