Color Hex Logo

#ebcbfc Color Hex

#EBCBFC
(235,203,252)
0 Favorites   0 Comments

Color spaces of #ebcbfc

RGB 235203252
HSL0.780.890.89
HSV279°19°99°
CMYK 0.070.190.00   0.01
XYZ73.187667.4023101.2480
Yxy67.40230.30260.2787
Hunter Lab82.098915.4519-15.6498
CIE-Lab85.706719.8948-19.8551

#ebcbfc color RGB value is (235,203,252).

#ebcbfc hex color red value is 235, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebcbfc hue: 0.78 , saturation: 0.89 and the lightness value of ebcbfc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11111100
Octal 353 313 374
Decimal 235 203 252
Hex EB CB FC

RGB Percentages of Color #ebcbfc

%34.06
%29.42
%36.52

CMYK Percentages of Color #ebcbfc

%7
%19
%0
%1

Triadic Colors of #ebcbfc

#ebcbfc #fcebcb #cbfceb

Analogous Colors of #ebcbfc

#ebcbfc #fccbf5 #d3cbfc

Monochromatic Colors of #ebcbfc

#ebcbfc

Complementary Color

#ebcbfc #dcfccb

#ebcbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbfc Color CSS Codes

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

#ebcbfc Text Font Color

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

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


#ebcbfc Background Color

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

This div background color is #ebcbfc


#ebcbfc Border Color

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

This div border color is #ebcbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.