Color Hex Logo

#efcbff Color Hex

#EFCBFF
(239,203,255)
0 Favorites   0 Comments

Color spaces of #efcbff

RGB 239203255
HSL0.781.000.90
HSV282°20°100°
CMYK 0.060.200.00   0.00
XYZ75.002568.2826103.8345
Yxy68.28260.30350.2763
Hunter Lab82.633317.4081-16.6587
CIE-Lab86.147621.7518-20.7434

#efcbff color RGB value is (239,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11111111
Octal 357 313 377
Decimal 239 203 255
Hex EF CB FF

RGB Percentages of Color #efcbff

%34.29
%29.12
%36.59

CMYK Percentages of Color #efcbff

%6
%20
%0
%0

Triadic Colors of #efcbff

#efcbff #ffefcb #cbffef

Analogous Colors of #efcbff

#efcbff #ffcbf5 #d5cbff

Monochromatic Colors of #efcbff

#efcbff

Complementary Color

#efcbff #dbffcb

#efcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbff Color CSS Codes

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

#efcbff Text Font Color

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

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


#efcbff Background Color

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

This div background color is #efcbff


#efcbff Border Color

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

This div border color is #efcbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbff


Comments

No comments written yet.

Please login to write comment.