Color Hex Logo

#ebfdef Color Hex

#EBFDEF
(235,253,239)
0 Favorites   0 Comments

Color spaces of #ebfdef

RGB 235253239
HSL0.370.820.96
HSV133°99°
CMYK 0.070.000.06   0.01
XYZ84.966294.144795.3549
Yxy94.14470.30960.3430
Hunter Lab97.0282-13.48949.6522
CIE-Lab97.6903-8.38574.6695

#ebfdef color RGB value is (235,253,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11101111
Octal 353 375 357
Decimal 235 253 239
Hex EB FD EF

RGB Percentages of Color #ebfdef

%32.32
%34.80
%32.87

CMYK Percentages of Color #ebfdef

%7
%0
%6
%1

Triadic Colors of #ebfdef

#ebfdef #efebfd #fdefeb

Analogous Colors of #ebfdef

#ebfdef #ebfdf8 #f0fdeb

Monochromatic Colors of #ebfdef

#ebfdef

Complementary Color

#ebfdef #fdebf9

#ebfdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdef Color CSS Codes

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

#ebfdef Text Font Color

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

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


#ebfdef Background Color

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

This div background color is #ebfdef


#ebfdef Border Color

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

This div border color is #ebfdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdef


Comments

No comments written yet.

Please login to write comment.