Color Hex Logo

#ebdef2 Color Hex

#EBDEF2
(235,222,242)
0 Favorites   0 Comments

Color spaces of #ebdef2

RGB 235222242
HSL0.780.430.91
HSV279°95°
CMYK 0.030.080.00   0.05
XYZ76.409276.315594.7076
Yxy76.31550.30880.3084
Hunter Lab87.35873.2490-3.1265
CIE-Lab90.00567.9930-8.1459

#ebdef2 color RGB value is (235,222,242).

#ebdef2 hex color red value is 235, green value is 222 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ebdef2 hue: 0.78 , saturation: 0.43 and the lightness value of ebdef2 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11110010
Octal 353 336 362
Decimal 235 222 242
Hex EB DE F2

RGB Percentages of Color #ebdef2

%33.62
%31.76
%34.62

CMYK Percentages of Color #ebdef2

%3
%8
%0
%5

Triadic Colors of #ebdef2

#ebdef2 #f2ebde #def2eb

Analogous Colors of #ebdef2

#ebdef2 #f2deef #e1def2

Monochromatic Colors of #ebdef2

#ebdef2

Complementary Color

#ebdef2 #e5f2de

#ebdef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdef2 Color CSS Codes

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

#ebdef2 Text Font Color

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

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


#ebdef2 Background Color

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

This div background color is #ebdef2


#ebdef2 Border Color

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

This div border color is #ebdef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdef2


Comments

No comments written yet.

Please login to write comment.