Color Hex Logo

#ebfeee Color Hex

#EBFEEE
(235,254,238)
0 Favorites   0 Comments

Color spaces of #ebfeee

RGB 235254238
HSL0.360.900.96
HSV129°100°
CMYK 0.070.000.06   0.00
XYZ85.135494.718894.6844
Yxy94.71880.31010.3450
Hunter Lab97.3236-14.170510.4443
CIE-Lab97.9209-9.06035.5167

#ebfeee color RGB value is (235,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11101110
Octal 353 376 356
Decimal 235 254 238
Hex EB FE EE

RGB Percentages of Color #ebfeee

%32.32
%34.94
%32.74

CMYK Percentages of Color #ebfeee

%7
%0
%6
%0

Triadic Colors of #ebfeee

#ebfeee #eeebfe #feeeeb

Analogous Colors of #ebfeee

#ebfeee #ebfef8 #f2feeb

Monochromatic Colors of #ebfeee

#ebfeee

Complementary Color

#ebfeee #feebfb

#ebfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeee Color CSS Codes

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

#ebfeee Text Font Color

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

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


#ebfeee Background Color

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

This div background color is #ebfeee


#ebfeee Border Color

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

This div border color is #ebfeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,254,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 #ebfeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeee

#ebfeee Color Palettes


Comments

No comments written yet.

Please login to write comment.