Color Hex Logo

#ebfafc Color Hex

#EBFAFC
(235,250,252)
0 Favorites   0 Comments

Color spaces of #ebfafc

RGB 235250252
HSL0.520.740.95
HSV187°99°
CMYK 0.070.010.00   0.01
XYZ86.017293.0617105.5246
Yxy93.06170.30220.3270
Hunter Lab96.4685-9.65842.6720
CIE-Lab97.2526-4.5215-2.6591

#ebfafc color RGB value is (235,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11111100
Octal 353 372 374
Decimal 235 250 252
Hex EB FA FC

RGB Percentages of Color #ebfafc

%31.89
%33.92
%34.19

CMYK Percentages of Color #ebfafc

%7
%1
%0
%1

Triadic Colors of #ebfafc

#ebfafc #fcebfa #fafceb

Analogous Colors of #ebfafc

#ebfafc #ebf2fc #ebfcf6

Monochromatic Colors of #ebfafc

#ebfafc

Complementary Color

#ebfafc #fcedeb

#ebfafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfafc Color CSS Codes

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

#ebfafc Text Font Color

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

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


#ebfafc Background Color

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

This div background color is #ebfafc


#ebfafc Border Color

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

This div border color is #ebfafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfafc

Related Colors


Comments

No comments written yet.

Please login to write comment.