Color Hex Logo

#ebdfea Color Hex

#EBDFEA
(235,223,234)
0 Favorites   0 Comments

Color spaces of #ebdfea

RGB 235223234
HSL0.850.230.90
HSV305°92°
CMYK 0.000.050.00   0.08
XYZ75.499976.378088.6051
Yxy76.37800.31400.3176
Hunter Lab87.39451.26531.0649
CIE-Lab90.03466.0167-3.9041

#ebdfea color RGB value is (235,223,234).

#ebdfea hex color red value is 235, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebdfea hue: 0.85 , saturation: 0.23 and the lightness value of ebdfea is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11101010
Octal 353 337 352
Decimal 235 223 234
Hex EB DF EA

RGB Percentages of Color #ebdfea

%33.96
%32.23
%33.82

CMYK Percentages of Color #ebdfea

%0
%5
%0
%8

Triadic Colors of #ebdfea

#ebdfea #eaebdf #dfeaeb

Analogous Colors of #ebdfea

#ebdfea #ebdfe4 #e6dfeb

Monochromatic Colors of #ebdfea

#ebdfea

Complementary Color

#ebdfea #dfebe0

#ebdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfea Color CSS Codes

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

#ebdfea Text Font Color

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

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


#ebdfea Background Color

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

This div background color is #ebdfea


#ebdfea Border Color

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

This div border color is #ebdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfea


Comments

No comments written yet.

Please login to write comment.