Color Hex Logo

#efdbf2 Color Hex

#EFDBF2
(239,219,242)
0 Favorites   0 Comments

Color spaces of #efdbf2

RGB 239219242
HSL0.810.470.90
HSV292°10°95°
CMYK 0.010.100.00   0.05
XYZ76.955175.424694.5068
Yxy75.42460.31170.3055
Hunter Lab86.84736.1853-3.7259
CIE-Lab89.591510.8825-8.7249

#efdbf2 color RGB value is (239,219,242).

#efdbf2 hex color red value is 239, green value is 219 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #efdbf2 hue: 0.81 , saturation: 0.47 and the lightness value of efdbf2 is 0.90.

The process color (four color CMYK) of #efdbf2 color hex is 0.01, 0.10, 0.00, 0.05. Web safe color of #efdbf2 is #ffccff. Color #efdbf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11110010
Octal 357 333 362
Decimal 239 219 242
Hex EF DB F2

RGB Percentages of Color #efdbf2

%34.14
%31.29
%34.57

CMYK Percentages of Color #efdbf2

%1
%10
%0
%5

Triadic Colors of #efdbf2

#efdbf2 #f2efdb #dbf2ef

Analogous Colors of #efdbf2

#efdbf2 #f2dbea #e4dbf2

Monochromatic Colors of #efdbf2

#efdbf2

Complementary Color

#efdbf2 #def2db

#efdbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbf2 Color CSS Codes

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

#efdbf2 Text Font Color

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

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


#efdbf2 Background Color

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

This div background color is #efdbf2


#efdbf2 Border Color

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

This div border color is #efdbf2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,219,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbf2


Comments

No comments written yet.

Please login to write comment.