Color Hex Logo

#ebfafd Color Hex

#EBFAFD
(235,250,253)
0 Favorites   0 Comments

Color spaces of #ebfafd

RGB 235250253
HSL0.530.820.96
HSV190°99°
CMYK 0.070.010.00   0.01
XYZ86.176293.1252106.3615
Yxy93.12520.30170.3260
Hunter Lab96.5014-9.47612.2030
CIE-Lab97.2784-4.3347-3.1365

#ebfafd color RGB value is (235,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 11111101
Octal 353 372 375
Decimal 235 250 253
Hex EB FA FD

RGB Percentages of Color #ebfafd

%31.84
%33.88
%34.28

CMYK Percentages of Color #ebfafd

%7
%1
%0
%1

Triadic Colors of #ebfafd

#ebfafd #fdebfa #fafdeb

Analogous Colors of #ebfafd

#ebfafd #ebf1fd #ebfdf7

Monochromatic Colors of #ebfafd

#ebfafd

Complementary Color

#ebfafd #fdeeeb

#ebfafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfafd Color CSS Codes

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

#ebfafd Text Font Color

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

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


#ebfafd Background Color

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

This div background color is #ebfafd


#ebfafd Border Color

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

This div border color is #ebfafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfafd


Comments

No comments written yet.

Please login to write comment.