Color Hex Logo

#efbcf2 Color Hex

#EFBCF2
(239,188,242)
0 Favorites   0 Comments

Color spaces of #efbcf2

RGB 239188242
HSL0.820.680.84
HSV297°22°95°
CMYK 0.010.220.00   0.05
XYZ69.606860.728092.0574
Yxy60.72800.31300.2731
Hunter Lab77.928223.0650-15.4902
CIE-Lab82.232327.2713-19.7505

#efbcf2 color RGB value is (239,188,242).

#efbcf2 hex color red value is 239, green value is 188 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #efbcf2 hue: 0.82 , saturation: 0.68 and the lightness value of efbcf2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11110010
Octal 357 274 362
Decimal 239 188 242
Hex EF BC F2

RGB Percentages of Color #efbcf2

%35.72
%28.10
%36.17

CMYK Percentages of Color #efbcf2

%1
%22
%0
%5

Triadic Colors of #efbcf2

#efbcf2 #f2efbc #bcf2ef

Analogous Colors of #efbcf2

#efbcf2 #f2bcda #d4bcf2

Monochromatic Colors of #efbcf2

#efbcf2

Complementary Color

#efbcf2 #bff2bc

#efbcf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcf2 Color CSS Codes

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

#efbcf2 Text Font Color

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

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


#efbcf2 Background Color

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

This div background color is #efbcf2


#efbcf2 Border Color

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

This div border color is #efbcf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcf2


Comments

No comments written yet.

Please login to write comment.