Color Hex Logo

#ebffee Color Hex

#EBFFEE
(235,255,238)
0 Favorites   0 Comments

Color spaces of #ebffee

RGB 235255238
HSL0.361.000.96
HSV129°100°
CMYK 0.080.000.07   0.00
XYZ85.453695.355294.7904
Yxy95.35520.31010.3460
Hunter Lab97.6500-14.682010.8012
CIE-Lab98.1755-9.55785.8844

#ebffee color RGB value is (235,255,238).

#ebffee hex color red value is 235, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ebffee hue: 0.36 , saturation: 1.00 and the lightness value of ebffee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 11101110
Octal 353 377 356
Decimal 235 255 238
Hex EB FF EE

RGB Percentages of Color #ebffee

%32.28
%35.03
%32.69

CMYK Percentages of Color #ebffee

%8
%0
%7
%0

Triadic Colors of #ebffee

#ebffee #eeebff #ffeeeb

Analogous Colors of #ebffee

#ebffee #ebfff8 #f2ffeb

Monochromatic Colors of #ebffee

#ebffee

Complementary Color

#ebffee #ffebfc

#ebffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffee Color CSS Codes

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

#ebffee Text Font Color

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

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


#ebffee Background Color

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

This div background color is #ebffee


#ebffee Border Color

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

This div border color is #ebffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffee

Related Colors

#ebffee Color Palettes


Comments

No comments written yet.

Please login to write comment.