Color Hex Logo

#ebfeef Color Hex

#EBFEEF
(235,254,239)
0 Favorites   0 Comments

Color spaces of #ebfeef

RGB 235254239
HSL0.370.900.96
HSV133°100°
CMYK 0.070.000.06   0.00
XYZ85.282794.777895.4604
Yxy94.77780.30950.3440
Hunter Lab97.3539-14.002010.0109
CIE-Lab97.9445-8.88445.0374

#ebfeef color RGB value is (235,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11101111
Octal 353 376 357
Decimal 235 254 239
Hex EB FE EF

RGB Percentages of Color #ebfeef

%32.28
%34.89
%32.83

CMYK Percentages of Color #ebfeef

%7
%0
%6
%0

Triadic Colors of #ebfeef

#ebfeef #efebfe #feefeb

Analogous Colors of #ebfeef

#ebfeef #ebfef9 #f1feeb

Monochromatic Colors of #ebfeef

#ebfeef

Complementary Color

#ebfeef #feebfa

#ebfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeef Color CSS Codes

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

#ebfeef Text Font Color

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

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


#ebfeef Background Color

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

This div background color is #ebfeef


#ebfeef Border Color

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

This div border color is #ebfeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeef


Comments

No comments written yet.

Please login to write comment.