Color Hex Logo

#ebf3fc Color Hex

#EBF3FC
(235,243,252)
0 Favorites   0 Comments

Color spaces of #ebf3fc

RGB 235243252
HSL0.590.740.95
HSV212°99°
CMYK 0.070.040.00   0.01
XYZ83.882288.7916104.8129
Yxy88.79160.30230.3200
Hunter Lab94.2293-6.00190.0112
CIE-Lab95.4933-0.9730-5.2465

#ebf3fc color RGB value is (235,243,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110011 11111100
Octal 353 363 374
Decimal 235 243 252
Hex EB F3 FC

RGB Percentages of Color #ebf3fc

%32.19
%33.29
%34.52

CMYK Percentages of Color #ebf3fc

%7
%4
%0
%1

Triadic Colors of #ebf3fc

#ebf3fc #fcebf3 #f3fceb

Analogous Colors of #ebf3fc

#ebf3fc #ecebfc #ebfcfc

Monochromatic Colors of #ebf3fc

#ebf3fc

Complementary Color

#ebf3fc #fcf4eb

#ebf3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf3fc Color CSS Codes

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

#ebf3fc Text Font Color

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

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


#ebf3fc Background Color

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

This div background color is #ebf3fc


#ebf3fc Border Color

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

This div border color is #ebf3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf3fc


Comments

No comments written yet.

Please login to write comment.