Color Hex Logo

#ebfed6 Color Hex

#EBFED6
(235,254,214)
0 Favorites   0 Comments

Color spaces of #ebfed6

RGB 235254214
HSL0.250.950.92
HSV89°16°100°
CMYK 0.070.000.16   0.00
XYZ81.840493.400877.3330
Yxy93.40080.32400.3698
Hunter Lab96.6441-17.969320.2080
CIE-Lab97.3900-13.072117.0576

#ebfed6 color RGB value is (235,254,214).

#ebfed6 hex color red value is 235, green value is 254 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ebfed6 hue: 0.25 , saturation: 0.95 and the lightness value of ebfed6 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11010110
Octal 353 376 326
Decimal 235 254 214
Hex EB FE D6

RGB Percentages of Color #ebfed6

%33.43
%36.13
%30.44

CMYK Percentages of Color #ebfed6

%7
%0
%16
%0

Triadic Colors of #ebfed6

#ebfed6 #d6ebfe #fed6eb

Analogous Colors of #ebfed6

#ebfed6 #d7fed6 #fefdd6

Monochromatic Colors of #ebfed6

#ebfed6

Complementary Color

#ebfed6 #e9d6fe

#ebfed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfed6 Color CSS Codes

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

#ebfed6 Text Font Color

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

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


#ebfed6 Background Color

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

This div background color is #ebfed6


#ebfed6 Border Color

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

This div border color is #ebfed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfed6

Related Colors


Comments

No comments written yet.

Please login to write comment.