Color Hex Logo

#ebfaf8 Color Hex

#EBFAF8
(235,250,248)
0 Favorites   0 Comments

Color spaces of #ebfaf8

RGB 235250248
HSL0.480.600.95
HSV172°98°
CMYK 0.060.000.01   0.02
XYZ85.389892.8107102.2207
Yxy92.81070.30450.3310
Hunter Lab96.3383-10.37794.5266
CIE-Lab97.1507-5.2610-0.7472

#ebfaf8 color RGB value is (235,250,248).

#ebfaf8 hex color red value is 235, green value is 250 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ebfaf8 hue: 0.48 , saturation: 0.60 and the lightness value of ebfaf8 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11111000
Octal 353 372 370
Decimal 235 250 248
Hex EB FA F8

RGB Percentages of Color #ebfaf8

%32.06
%34.11
%33.83

CMYK Percentages of Color #ebfaf8

%6
%0
%1
%2

Triadic Colors of #ebfaf8

#ebfaf8 #f8ebfa #faf8eb

Analogous Colors of #ebfaf8

#ebfaf8 #ebf5fa #ebfaf1

Monochromatic Colors of #ebfaf8

#ebfaf8

Complementary Color

#ebfaf8 #faebed

#ebfaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfaf8 Color CSS Codes

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

#ebfaf8 Text Font Color

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

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


#ebfaf8 Background Color

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

This div background color is #ebfaf8


#ebfaf8 Border Color

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

This div border color is #ebfaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.