Color Hex Logo

#ebf7fa Color Hex

#EBF7FA
(235,247,250)
0 Favorites   0 Comments

Color spaces of #ebf7fa

RGB 235247250
HSL0.530.600.95
HSV192°98°
CMYK 0.060.010.00   0.02
XYZ84.777091.0858103.5556
Yxy91.08580.30340.3260
Hunter Lab95.4389-8.45902.4748
CIE-Lab96.4454-3.3775-2.8121

#ebf7fa color RGB value is (235,247,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110111 11111010
Octal 353 367 372
Decimal 235 247 250
Hex EB F7 FA

RGB Percentages of Color #ebf7fa

%32.10
%33.74
%34.15

CMYK Percentages of Color #ebf7fa

%6
%1
%0
%2

Triadic Colors of #ebf7fa

#ebf7fa #faebf7 #f7faeb

Analogous Colors of #ebf7fa

#ebf7fa #ebf0fa #ebfaf6

Monochromatic Colors of #ebf7fa

#ebf7fa

Complementary Color

#ebf7fa #faeeeb

#ebf7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf7fa Color CSS Codes

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

#ebf7fa Text Font Color

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

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


#ebf7fa Background Color

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

This div background color is #ebf7fa


#ebf7fa Border Color

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

This div border color is #ebf7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.