Color Hex Logo

#ebfcf9 Color Hex

#EBFCF9
(235,252,249)
0 Favorites   0 Comments

Color spaces of #ebfcf9

RGB 235252249
HSL0.470.740.95
HSV169°99°
CMYK 0.070.000.01   0.01
XYZ86.170294.1225103.2483
Yxy94.12250.30390.3320
Hunter Lab97.0168-11.23584.8134
CIE-Lab97.6813-6.0828-0.4864

#ebfcf9 color RGB value is (235,252,249).

#ebfcf9 hex color red value is 235, green value is 252 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ebfcf9 hue: 0.47 , saturation: 0.74 and the lightness value of ebfcf9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 11111001
Octal 353 374 371
Decimal 235 252 249
Hex EB FC F9

RGB Percentages of Color #ebfcf9

%31.93
%34.24
%33.83

CMYK Percentages of Color #ebfcf9

%7
%0
%1
%1

Triadic Colors of #ebfcf9

#ebfcf9 #f9ebfc #fcf9eb

Analogous Colors of #ebfcf9

#ebfcf9 #ebf7fc #ebfcf1

Monochromatic Colors of #ebfcf9

#ebfcf9

Complementary Color

#ebfcf9 #fcebee

#ebfcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcf9 Color CSS Codes

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

#ebfcf9 Text Font Color

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

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


#ebfcf9 Background Color

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

This div background color is #ebfcf9


#ebfcf9 Border Color

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

This div border color is #ebfcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcf9


Comments

No comments written yet.

Please login to write comment.