Color Hex Logo

#efeccf Color Hex

#EFECCF
(239,236,207)
0 Favorites   0 Comments

Color spaces of #efeccf

RGB 239236207
HSL0.150.500.87
HSV54°13°94°
CMYK 0.000.010.13   0.06
XYZ76.854582.846670.9718
Yxy82.84660.33320.3592
Hunter Lab91.0201-8.565417.4834
CIE-Lab92.9472-3.785014.4310

#efeccf color RGB value is (239,236,207).

#efeccf hex color red value is 239, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efeccf hue: 0.15 , saturation: 0.50 and the lightness value of efeccf is 0.87.

The process color (four color CMYK) of #efeccf color hex is 0.00, 0.01, 0.13, 0.06. Web safe color of #efeccf is #ffffcc. Color #efeccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11001111
Octal 357 354 317
Decimal 239 236 207
Hex EF EC CF

RGB Percentages of Color #efeccf

%35.04
%34.60
%30.35

CMYK Percentages of Color #efeccf

%0
%1
%13
%6

Triadic Colors of #efeccf

#efeccf #cfefec #eccfef

Analogous Colors of #efeccf

#efeccf #e2efcf #efdccf

Monochromatic Colors of #efeccf

#efeccf

Complementary Color

#efeccf #cfd2ef

#efeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeccf Color CSS Codes

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

#efeccf Text Font Color

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

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


#efeccf Background Color

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

This div background color is #efeccf


#efeccf Border Color

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

This div border color is #efeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeccf


Comments

No comments written yet.

Please login to write comment.