Color Hex Logo

#efebcc Color Hex

#EFEBCC
(239,235,204)
0 Favorites   0 Comments

Color spaces of #efebcc

RGB 239235204
HSL0.150.520.87
HSV53°15°94°
CMYK 0.000.020.15   0.06
XYZ76.204082.127068.9625
Yxy82.12700.33530.3613
Hunter Lab90.6239-8.494618.3186
CIE-Lab92.6309-3.739315.5377

#efebcc color RGB value is (239,235,204).

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

The process color (four color CMYK) of #efebcc color hex is 0.00, 0.02, 0.15, 0.06. Web safe color of #efebcc is #ffffcc. Color #efebcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11001100
Octal 357 353 314
Decimal 239 235 204
Hex EF EB CC

RGB Percentages of Color #efebcc

%35.25
%34.66
%30.09

CMYK Percentages of Color #efebcc

%0
%2
%15
%6

Triadic Colors of #efebcc

#efebcc #ccefeb #ebccef

Analogous Colors of #efebcc

#efebcc #e2efcc #efdacc

Monochromatic Colors of #efebcc

#efebcc

Complementary Color

#efebcc #ccd0ef

#efebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebcc Color CSS Codes

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

#efebcc Text Font Color

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

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


#efebcc Background Color

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

This div background color is #efebcc


#efebcc Border Color

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

This div border color is #efebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebcc


Comments

No comments written yet.

Please login to write comment.