Color Hex Logo

#ebfded Color Hex

#EBFDED
(235,253,237)
0 Favorites   0 Comments

Color spaces of #ebfded

RGB 235253237
HSL0.350.820.96
HSV127°99°
CMYK 0.070.000.06   0.01
XYZ84.672394.027293.8071
Yxy94.02720.31070.3450
Hunter Lab96.9676-13.826810.5198
CIE-Lab97.6429-8.73775.6289

#ebfded color RGB value is (235,253,237).

#ebfded hex color red value is 235, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebfded hue: 0.35 , saturation: 0.82 and the lightness value of ebfded is 0.96.

The process color (four color CMYK) of #ebfded color hex is 0.07, 0.00, 0.06, 0.01. Web safe color of #ebfded is #ffffff. Color #ebfded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11101101
Octal 353 375 355
Decimal 235 253 237
Hex EB FD ED

RGB Percentages of Color #ebfded

%32.41
%34.90
%32.69

CMYK Percentages of Color #ebfded

%7
%0
%6
%1

Triadic Colors of #ebfded

#ebfded #edebfd #fdedeb

Analogous Colors of #ebfded

#ebfded #ebfdf6 #f2fdeb

Monochromatic Colors of #ebfded

#ebfded

Complementary Color

#ebfded #fdebfb

#ebfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfded Color CSS Codes

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

#ebfded Text Font Color

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

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


#ebfded Background Color

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

This div background color is #ebfded


#ebfded Border Color

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

This div border color is #ebfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfded


Comments

No comments written yet.

Please login to write comment.