Color Hex Logo

#ebfdfb Color Hex

#EBFDFB
(235,253,251)
0 Favorites   0 Comments

Color spaces of #ebfdfb

RGB 235253251
HSL0.480.820.96
HSV173°99°
CMYK 0.070.000.01   0.01
XYZ86.798894.8778105.0052
Yxy94.87780.30280.3310
Hunter Lab97.4052-11.39604.2676
CIE-Lab97.9846-6.2161-1.0718

#ebfdfb color RGB value is (235,253,251).

#ebfdfb hex color red value is 235, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebfdfb hue: 0.48 , saturation: 0.82 and the lightness value of ebfdfb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11111011
Octal 353 375 373
Decimal 235 253 251
Hex EB FD FB

RGB Percentages of Color #ebfdfb

%31.80
%34.24
%33.96

CMYK Percentages of Color #ebfdfb

%7
%0
%1
%1

Triadic Colors of #ebfdfb

#ebfdfb #fbebfd #fdfbeb

Analogous Colors of #ebfdfb

#ebfdfb #ebf6fd #ebfdf2

Monochromatic Colors of #ebfdfb

#ebfdfb

Complementary Color

#ebfdfb #fdebed

#ebfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdfb Color CSS Codes

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

#ebfdfb Text Font Color

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

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


#ebfdfb Background Color

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

This div background color is #ebfdfb


#ebfdfb Border Color

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

This div border color is #ebfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.