Color Hex Logo

#efcbf2 Color Hex

#EFCBF2
(239,203,242)
0 Favorites   0 Comments

Color spaces of #efcbf2

RGB 239203242
HSL0.820.600.87
HSV295°16°95°
CMYK 0.010.160.00   0.05
XYZ72.979667.473493.1816
Yxy67.47340.31240.2888
Hunter Lab82.142214.8403-9.7587
CIE-Lab85.742419.3062-14.4652

#efcbf2 color RGB value is (239,203,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11110010
Octal 357 313 362
Decimal 239 203 242
Hex EF CB F2

RGB Percentages of Color #efcbf2

%34.94
%29.68
%35.38

CMYK Percentages of Color #efcbf2

%1
%16
%0
%5

Triadic Colors of #efcbf2

#efcbf2 #f2efcb #cbf2ef

Analogous Colors of #efcbf2

#efcbf2 #f2cbe2 #dccbf2

Monochromatic Colors of #efcbf2

#efcbf2

Complementary Color

#efcbf2 #cef2cb

#efcbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbf2 Color CSS Codes

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

#efcbf2 Text Font Color

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

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


#efcbf2 Background Color

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

This div background color is #efcbf2


#efcbf2 Border Color

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

This div border color is #efcbf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbf2


Comments

No comments written yet.

Please login to write comment.