Color Hex Logo

#ebfbfd Color Hex

#EBFBFD
(235,251,253)
0 Favorites   0 Comments

Color spaces of #ebfbfd

RGB 235251253
HSL0.520.820.96
HSV187°99°
CMYK 0.070.010.00   0.01
XYZ86.487893.7484106.4654
Yxy93.74840.30170.3270
Hunter Lab96.8238-9.99652.5826
CIE-Lab97.5305-4.8389-2.7664

#ebfbfd color RGB value is (235,251,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11111101
Octal 353 373 375
Decimal 235 251 253
Hex EB FB FD

RGB Percentages of Color #ebfbfd

%31.80
%33.96
%34.24

CMYK Percentages of Color #ebfbfd

%7
%1
%0
%1

Triadic Colors of #ebfbfd

#ebfbfd #fdebfb #fbfdeb

Analogous Colors of #ebfbfd

#ebfbfd #ebf2fd #ebfdf6

Monochromatic Colors of #ebfbfd

#ebfbfd

Complementary Color

#ebfbfd #fdedeb

#ebfbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbfd Color CSS Codes

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

#ebfbfd Text Font Color

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

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


#ebfbfd Background Color

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

This div background color is #ebfbfd


#ebfbfd Border Color

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

This div border color is #ebfbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.