Color Hex Logo

#ebdfdf Color Hex

#EBDFDF
(235,223,223)
0 Favorites   0 Comments

Color spaces of #ebdfdf

RGB 235223223
HSL0.000.230.90
HSV92°
CMYK 0.000.050.05   0.08
XYZ73.967975.765280.5377
Yxy75.76520.32120.3290
Hunter Lab87.0432-0.63926.0715
CIE-Lab89.75024.08881.4539

#ebdfdf color RGB value is (235,223,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11011111
Octal 353 337 337
Decimal 235 223 223
Hex EB DF DF

RGB Percentages of Color #ebdfdf

%34.51
%32.75
%32.75

CMYK Percentages of Color #ebdfdf

%0
%5
%5
%8

Triadic Colors of #ebdfdf

#ebdfdf #dfebdf #dfdfeb

Analogous Colors of #ebdfdf

#ebdfdf #ebe5df #ebdfe5

Monochromatic Colors of #ebdfdf

#ebdfdf

Complementary Color

#ebdfdf #dfebeb

#ebdfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfdf Color CSS Codes

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

#ebdfdf Text Font Color

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

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


#ebdfdf Background Color

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

This div background color is #ebdfdf


#ebdfdf Border Color

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

This div border color is #ebdfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfdf


Comments

No comments written yet.

Please login to write comment.