Color Hex Logo

#ebdefc Color Hex

#EBDEFC
(235,222,252)
0 Favorites   0 Comments

Color spaces of #ebdefc

RGB 235222252
HSL0.740.830.93
HSV266°12°99°
CMYK 0.070.120.00   0.01
XYZ77.952976.9330102.8365
Yxy76.93300.30250.2985
Hunter Lab87.71155.1455-8.1160
CIE-Lab90.29089.8740-12.9672

#ebdefc color RGB value is (235,222,252).

#ebdefc hex color red value is 235, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebdefc hue: 0.74 , saturation: 0.83 and the lightness value of ebdefc is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11111100
Octal 353 336 374
Decimal 235 222 252
Hex EB DE FC

RGB Percentages of Color #ebdefc

%33.15
%31.31
%35.54

CMYK Percentages of Color #ebdefc

%7
%12
%0
%1

Triadic Colors of #ebdefc

#ebdefc #fcebde #defceb

Analogous Colors of #ebdefc

#ebdefc #fadefc #dee0fc

Monochromatic Colors of #ebdefc

#ebdefc

Complementary Color

#ebdefc #effcde

#ebdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdefc Color CSS Codes

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

#ebdefc Text Font Color

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

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


#ebdefc Background Color

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

This div background color is #ebdefc


#ebdefc Border Color

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

This div border color is #ebdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdefc


Comments

No comments written yet.

Please login to write comment.