Color Hex Logo

#ebfdec Color Hex

#EBFDEC
(235,253,236)
0 Favorites   0 Comments

Color spaces of #ebfdec

RGB 235253236
HSL0.340.820.96
HSV123°99°
CMYK 0.070.000.07   0.01
XYZ84.526693.968993.0397
Yxy93.96890.31130.3461
Hunter Lab96.9376-13.994210.9503
CIE-Lab97.6195-8.91266.1088

#ebfdec color RGB value is (235,253,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11101100
Octal 353 375 354
Decimal 235 253 236
Hex EB FD EC

RGB Percentages of Color #ebfdec

%32.46
%34.94
%32.60

CMYK Percentages of Color #ebfdec

%7
%0
%7
%1

Triadic Colors of #ebfdec

#ebfdec #ecebfd #fdeceb

Analogous Colors of #ebfdec

#ebfdec #ebfdf5 #f3fdeb

Monochromatic Colors of #ebfdec

#ebfdec

Complementary Color

#ebfdec #fdebfc

#ebfdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdec Color CSS Codes

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

#ebfdec Text Font Color

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

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


#ebfdec Background Color

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

This div background color is #ebfdec


#ebfdec Border Color

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

This div border color is #ebfdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdec

Related Colors


Comments

No comments written yet.

Please login to write comment.