Color Hex Logo

#ebf7fc Color Hex

#EBF7FC
(235,247,252)
0 Favorites   0 Comments

Color spaces of #ebf7fc

RGB 235247252
HSL0.550.740.95
HSV198°99°
CMYK 0.070.020.00   0.01
XYZ85.092491.2120105.2163
Yxy91.21200.30230.3240
Hunter Lab95.5050-8.09491.5346
CIE-Lab96.4973-3.0051-3.7685

#ebf7fc color RGB value is (235,247,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110111 11111100
Octal 353 367 374
Decimal 235 247 252
Hex EB F7 FC

RGB Percentages of Color #ebf7fc

%32.02
%33.65
%34.33

CMYK Percentages of Color #ebf7fc

%7
%2
%0
%1

Triadic Colors of #ebf7fc

#ebf7fc #fcebf7 #f7fceb

Analogous Colors of #ebf7fc

#ebf7fc #ebeffc #ebfcf9

Monochromatic Colors of #ebf7fc

#ebf7fc

Complementary Color

#ebf7fc #fcf0eb

#ebf7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf7fc Color CSS Codes

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

#ebf7fc Text Font Color

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

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


#ebf7fc Background Color

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

This div background color is #ebf7fc


#ebf7fc Border Color

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

This div border color is #ebf7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf7fc


Comments

No comments written yet.

Please login to write comment.