Color Hex Logo

#efeffd Color Hex

#EFEFFD
(239,239,253)
0 Favorites   0 Comments

Color spaces of #efeffd

RGB 239239253
HSL0.670.780.96
HSV240°99°
CMYK 0.060.060.00   0.01
XYZ84.192787.1756105.3176
Yxy87.17560.30430.3151
Hunter Lab93.3679-2.4348-1.5207
CIE-Lab94.81272.5514-6.7363

#efeffd color RGB value is (239,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11111101
Octal 357 357 375
Decimal 239 239 253
Hex EF EF FD

RGB Percentages of Color #efeffd

%32.69
%32.69
%34.61

CMYK Percentages of Color #efeffd

%6
%6
%0
%1

Triadic Colors of #efeffd

#efeffd #fdefef #effdef

Analogous Colors of #efeffd

#efeffd #f6effd #eff6fd

Monochromatic Colors of #efeffd

#efeffd

Complementary Color

#efeffd #fdfdef

#efeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeffd Color CSS Codes

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

#efeffd Text Font Color

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

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


#efeffd Background Color

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

This div background color is #efeffd


#efeffd Border Color

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

This div border color is #efeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeffd

Related Colors


Comments

No comments written yet.

Please login to write comment.