Color Hex Logo

#ebf3ff Color Hex

#EBF3FF
(235,243,255)
0 Favorites   0 Comments

Color spaces of #ebf3ff

RGB 235243255
HSL0.601.000.96
HSV216°100°
CMYK 0.080.050.00   0.00
XYZ84.361588.9834107.3369
Yxy88.98340.30060.3170
Hunter Lab94.3310-5.4443-1.4329
CIE-Lab95.5735-0.4070-6.6808

#ebf3ff color RGB value is (235,243,255).

#ebf3ff hex color red value is 235, green value is 243 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebf3ff hue: 0.60 , saturation: 1.00 and the lightness value of ebf3ff is 0.96.

The process color (four color CMYK) of #ebf3ff color hex is 0.08, 0.05, 0.00, 0.00. Web safe color of #ebf3ff is #ffffff. Color #ebf3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110011 11111111
Octal 353 363 377
Decimal 235 243 255
Hex EB F3 FF

RGB Percentages of Color #ebf3ff

%32.06
%33.15
%34.79

CMYK Percentages of Color #ebf3ff

%8
%5
%0
%0

Triadic Colors of #ebf3ff

#ebf3ff #ffebf3 #f3ffeb

Analogous Colors of #ebf3ff

#ebf3ff #edebff #ebfdff

Monochromatic Colors of #ebf3ff

#ebf3ff

Complementary Color

#ebf3ff #fff7eb

#ebf3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf3ff Color CSS Codes

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

#ebf3ff Text Font Color

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

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


#ebf3ff Background Color

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

This div background color is #ebf3ff


#ebf3ff Border Color

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

This div border color is #ebf3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf3ff


Comments

No comments written yet.

Please login to write comment.