Color Hex Logo

#ebcaff Color Hex

#EBCAFF
(235,202,255)
1 Favorites   0 Comments

Color spaces of #ebcaff

RGB 235202255
HSL0.771.000.90
HSV277°21°100°
CMYK 0.080.210.00   0.00
XYZ73.431567.1232103.6936
Yxy67.12320.30060.2748
Hunter Lab81.928716.6115-17.6906
CIE-Lab85.566121.0093-21.6568

#ebcaff color RGB value is (235,202,255).

#ebcaff hex color red value is 235, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebcaff hue: 0.77 , saturation: 1.00 and the lightness value of ebcaff is 0.90.

The process color (four color CMYK) of #ebcaff color hex is 0.08, 0.21, 0.00, 0.00. Web safe color of #ebcaff is #ffccff. Color #ebcaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11111111
Octal 353 312 377
Decimal 235 202 255
Hex EB CA FF

RGB Percentages of Color #ebcaff

%33.96
%29.19
%36.85

CMYK Percentages of Color #ebcaff

%8
%21
%0
%0

Triadic Colors of #ebcaff

#ebcaff #ffebca #caffeb

Analogous Colors of #ebcaff

#ebcaff #ffcaf9 #d1caff

Monochromatic Colors of #ebcaff

#ebcaff

Complementary Color

#ebcaff #deffca

#ebcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcaff Color CSS Codes

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

#ebcaff Text Font Color

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

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


#ebcaff Background Color

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

This div background color is #ebcaff


#ebcaff Border Color

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

This div border color is #ebcaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcaff

Related Colors

#ebcaff Color Palettes


Comments

No comments written yet.

Please login to write comment.