Color Hex Logo

#ebdffc Color Hex

#EBDFFC
(235,223,252)
0 Favorites   0 Comments

Color spaces of #ebdffc

RGB 235223252
HSL0.740.830.93
HSV265°12°99°
CMYK 0.070.120.00   0.01
XYZ78.219377.4658102.9253
Yxy77.46580.30250.2995
Hunter Lab88.01474.6087-7.7241
CIE-Lab90.53569.3513-12.6016

#ebdffc color RGB value is (235,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11111100
Octal 353 337 374
Decimal 235 223 252
Hex EB DF FC

RGB Percentages of Color #ebdffc

%33.10
%31.41
%35.49

CMYK Percentages of Color #ebdffc

%7
%12
%0
%1

Triadic Colors of #ebdffc

#ebdffc #fcebdf #dffceb

Analogous Colors of #ebdffc

#ebdffc #fadffc #dfe2fc

Monochromatic Colors of #ebdffc

#ebdffc

Complementary Color

#ebdffc #f0fcdf

#ebdffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdffc Color CSS Codes

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

#ebdffc Text Font Color

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

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


#ebdffc Background Color

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

This div background color is #ebdffc


#ebdffc Border Color

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

This div border color is #ebdffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdffc

Related Colors


Comments

No comments written yet.

Please login to write comment.