Color Hex Logo

#ebf0fc Color Hex

#EBF0FC
(235,240,252)
0 Favorites   0 Comments

Color spaces of #ebf0fc

RGB 235240252
HSL0.620.740.95
HSV222°99°
CMYK 0.070.050.00   0.01
XYZ82.991787.0106104.5161
Yxy87.01060.30230.3170
Hunter Lab93.2795-4.4258-1.1366
CIE-Lab94.74280.5587-6.3539

#ebf0fc color RGB value is (235,240,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 11111100
Octal 353 360 374
Decimal 235 240 252
Hex EB F0 FC

RGB Percentages of Color #ebf0fc

%32.32
%33.01
%34.66

CMYK Percentages of Color #ebf0fc

%7
%5
%0
%1

Triadic Colors of #ebf0fc

#ebf0fc #fcebf0 #f0fceb

Analogous Colors of #ebf0fc

#ebf0fc #efebfc #ebf9fc

Monochromatic Colors of #ebf0fc

#ebf0fc

Complementary Color

#ebf0fc #fcf7eb

#ebf0fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf0fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf0fc Color CSS Codes

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

#ebf0fc Text Font Color

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

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


#ebf0fc Background Color

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

This div background color is #ebf0fc


#ebf0fc Border Color

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

This div border color is #ebf0fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,240,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 #ebf0fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf0fc

#ebf0fc Color Palettes


Comments

No comments written yet.

Please login to write comment.