Color Hex Logo

#ebfde4 Color Hex

#EBFDE4
(235,253,228)
0 Favorites   0 Comments

Color spaces of #ebfde4

RGB 235253228
HSL0.290.860.94
HSV103°10°99°
CMYK 0.070.000.10   0.01
XYZ83.389893.514287.0537
Yxy93.51420.31590.3543
Hunter Lab96.7027-15.303714.3179
CIE-Lab97.4359-10.28679.9530

#ebfde4 color RGB value is (235,253,228).

#ebfde4 hex color red value is 235, green value is 253 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ebfde4 hue: 0.29 , saturation: 0.86 and the lightness value of ebfde4 is 0.94.

The process color (four color CMYK) of #ebfde4 color hex is 0.07, 0.00, 0.10, 0.01. Web safe color of #ebfde4 is #ffffcc. Color #ebfde4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11100100
Octal 353 375 344
Decimal 235 253 228
Hex EB FD E4

RGB Percentages of Color #ebfde4

%32.82
%35.34
%31.84

CMYK Percentages of Color #ebfde4

%7
%0
%10
%1

Triadic Colors of #ebfde4

#ebfde4 #e4ebfd #fde4eb

Analogous Colors of #ebfde4

#ebfde4 #e4fdea #f8fde4

Monochromatic Colors of #ebfde4

#ebfde4

Complementary Color

#ebfde4 #f6e4fd

#ebfde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfde4 Color CSS Codes

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

#ebfde4 Text Font Color

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

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


#ebfde4 Background Color

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

This div background color is #ebfde4


#ebfde4 Border Color

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

This div border color is #ebfde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfde4


Comments

No comments written yet.

Please login to write comment.