Color Hex Logo

#efcbfe Color Hex

#EFCBFE
(239,203,254)
0 Favorites   0 Comments

Color spaces of #efcbfe

RGB 239203254
HSL0.780.960.90
HSV282°20°100°
CMYK 0.060.200.00   0.00
XYZ74.841968.2184102.9888
Yxy68.21840.30420.2773
Hunter Lab82.594417.2053-16.1139
CIE-Lab86.115521.5599-20.2627

#efcbfe color RGB value is (239,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11111110
Octal 357 313 376
Decimal 239 203 254
Hex EF CB FE

RGB Percentages of Color #efcbfe

%34.34
%29.17
%36.49

CMYK Percentages of Color #efcbfe

%6
%20
%0
%0

Triadic Colors of #efcbfe

#efcbfe #feefcb #cbfeef

Analogous Colors of #efcbfe

#efcbfe #fecbf4 #d6cbfe

Monochromatic Colors of #efcbfe

#efcbfe

Complementary Color

#efcbfe #dafecb

#efcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbfe Color CSS Codes

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

#efcbfe Text Font Color

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

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


#efcbfe Background Color

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

This div background color is #efcbfe


#efcbfe Border Color

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

This div border color is #efcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbfe


Comments

No comments written yet.

Please login to write comment.