Color Hex Logo

#ebeff4 Color Hex

#EBEFF4
(235,239,244)
0 Favorites   0 Comments

Color spaces of #ebeff4

RGB 235239244
HSL0.590.290.94
HSV213°96°
CMYK 0.040.020.00   0.04
XYZ81.456685.926897.8803
Yxy85.92680.30710.3239
Hunter Lab92.6967-5.36362.2822
CIE-Lab94.2810-0.4160-2.8830

#ebeff4 color RGB value is (235,239,244).

#ebeff4 hex color red value is 235, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #ebeff4 hue: 0.59 , saturation: 0.29 and the lightness value of ebeff4 is 0.94.

The process color (four color CMYK) of #ebeff4 color hex is 0.04, 0.02, 0.00, 0.04. Web safe color of #ebeff4 is #ffffff. Color #ebeff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 11110100
Octal 353 357 364
Decimal 235 239 244
Hex EB EF F4

RGB Percentages of Color #ebeff4

%32.73
%33.29
%33.98

CMYK Percentages of Color #ebeff4

%4
%2
%0
%4

Triadic Colors of #ebeff4

#ebeff4 #f4ebef #eff4eb

Analogous Colors of #ebeff4

#ebeff4 #ecebf4 #ebf4f4

Monochromatic Colors of #ebeff4

#ebeff4

Complementary Color

#ebeff4 #f4f0eb

#ebeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeff4 Color CSS Codes

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

#ebeff4 Text Font Color

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

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


#ebeff4 Background Color

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

This div background color is #ebeff4


#ebeff4 Border Color

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

This div border color is #ebeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeff4

#ebeff4 Color Palettes


Comments

No comments written yet.

Please login to write comment.