Color Hex Logo

#ebcaf2 Color Hex

#EBCAF2
(235,202,242)
0 Favorites   0 Comments

Color spaces of #ebcaf2

RGB 235202242
HSL0.800.610.87
HSV290°17°95°
CMYK 0.030.170.00   0.05
XYZ71.408566.314093.0407
Yxy66.31400.30940.2874
Hunter Lab81.433414.0172-10.7376
CIE-Lab85.156318.5231-15.3800

#ebcaf2 color RGB value is (235,202,242).

#ebcaf2 hex color red value is 235, green value is 202 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ebcaf2 hue: 0.80 , saturation: 0.61 and the lightness value of ebcaf2 is 0.87.

The process color (four color CMYK) of #ebcaf2 color hex is 0.03, 0.17, 0.00, 0.05. Web safe color of #ebcaf2 is #ffccff. Color #ebcaf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11110010
Octal 353 312 362
Decimal 235 202 242
Hex EB CA F2

RGB Percentages of Color #ebcaf2

%34.61
%29.75
%35.64

CMYK Percentages of Color #ebcaf2

%3
%17
%0
%5

Triadic Colors of #ebcaf2

#ebcaf2 #f2ebca #caf2eb

Analogous Colors of #ebcaf2

#ebcaf2 #f2cae5 #d7caf2

Monochromatic Colors of #ebcaf2

#ebcaf2

Complementary Color

#ebcaf2 #d1f2ca

#ebcaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcaf2 Color CSS Codes

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

#ebcaf2 Text Font Color

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

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


#ebcaf2 Background Color

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

This div background color is #ebcaf2


#ebcaf2 Border Color

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

This div border color is #ebcaf2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,202,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcaf2


Comments

No comments written yet.

Please login to write comment.