Color Hex Logo

#efefc3 Color Hex

#EFEFC3
(239,239,195)
0 Favorites   0 Comments

Color spaces of #efefc3

RGB 239239195
HSL0.170.580.85
HSV60°18°94°
CMYK 0.000.000.18   0.06
XYZ76.313484.023963.8258
Yxy84.02390.34040.3748
Hunter Lab91.6646-11.806522.8817
CIE-Lab93.4609-7.094721.3437

#efefc3 color RGB value is (239,239,195).

#efefc3 hex color red value is 239, green value is 239 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #efefc3 hue: 0.17 , saturation: 0.58 and the lightness value of efefc3 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 11000011
Octal 357 357 303
Decimal 239 239 195
Hex EF EF C3

RGB Percentages of Color #efefc3

%35.51
%35.51
%28.97

CMYK Percentages of Color #efefc3

%0
%0
%18
%6

Triadic Colors of #efefc3

#efefc3 #c3efef #efc3ef

Analogous Colors of #efefc3

#efefc3 #d9efc3 #efd9c3

Monochromatic Colors of #efefc3

#efefc3

Complementary Color

#efefc3 #c3c3ef

#efefc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefc3 Color CSS Codes

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

#efefc3 Text Font Color

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

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


#efefc3 Background Color

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

This div background color is #efefc3


#efefc3 Border Color

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

This div border color is #efefc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefc3


Comments

No comments written yet.

Please login to write comment.