Color Hex Logo

#eff2fd Color Hex

#EFF2FD
(239,242,253)
0 Favorites   0 Comments

Color spaces of #eff2fd

RGB 239242253
HSL0.630.780.96
HSV227°99°
CMYK 0.060.040.00   0.01
XYZ85.078488.9468105.6129
Yxy88.94680.30420.3181
Hunter Lab94.3116-4.0207-0.3765
CIE-Lab95.55821.0162-5.6357

#eff2fd color RGB value is (239,242,253).

#eff2fd hex color red value is 239, green value is 242 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eff2fd hue: 0.63 , saturation: 0.78 and the lightness value of eff2fd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 11111101
Octal 357 362 375
Decimal 239 242 253
Hex EF F2 FD

RGB Percentages of Color #eff2fd

%32.56
%32.97
%34.47

CMYK Percentages of Color #eff2fd

%6
%4
%0
%1

Triadic Colors of #eff2fd

#eff2fd #fdeff2 #f2fdef

Analogous Colors of #eff2fd

#eff2fd #f3effd #eff9fd

Monochromatic Colors of #eff2fd

#eff2fd

Complementary Color

#eff2fd #fdfaef

#eff2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff2fd Color CSS Codes

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

#eff2fd Text Font Color

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

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


#eff2fd Background Color

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

This div background color is #eff2fd


#eff2fd Border Color

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

This div border color is #eff2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.