Color Hex Logo

#efdefd Color Hex

#EFDEFD
(239,222,253)
0 Favorites   0 Comments

Color spaces of #efdefd

RGB 239222253
HSL0.760.890.93
HSV273°12°99°
CMYK 0.060.120.00   0.01
XYZ79.447577.6851103.7359
Yxy77.68510.30450.2978
Hunter Lab88.13926.6541-8.0843
CIE-Lab90.636011.3581-12.9423

#efdefd color RGB value is (239,222,253).

#efdefd hex color red value is 239, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efdefd hue: 0.76 , saturation: 0.89 and the lightness value of efdefd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11111101
Octal 357 336 375
Decimal 239 222 253
Hex EF DE FD

RGB Percentages of Color #efdefd

%33.47
%31.09
%35.43

CMYK Percentages of Color #efdefd

%6
%12
%0
%1

Triadic Colors of #efdefd

#efdefd #fdefde #defdef

Analogous Colors of #efdefd

#efdefd #fddefc #e0defd

Monochromatic Colors of #efdefd

#efdefd

Complementary Color

#efdefd #ecfdde

#efdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdefd Color CSS Codes

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

#efdefd Text Font Color

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

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


#efdefd Background Color

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

This div background color is #efdefd


#efdefd Border Color

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

This div border color is #efdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdefd

Related Colors


Comments

No comments written yet.

Please login to write comment.